mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-08-13 12:38:23 +00:00
Merge pull request 'Fix package.json scripts' (#198) from fix/tailwind4-3 into main
Reviewed-on: https://codeberg.org/rimgo/rimgo/pulls/198
This commit is contained in:
commit
2cef3880c7
@ -4,7 +4,7 @@
|
||||
"tailwindcss": "^4.0.17"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tailwindcss build -i static/tailwind.css -o static/app.css",
|
||||
"watch": "tailwindcss build -i static/tailwind.css -o static/app.css --watch"
|
||||
"build": "tailwindcss -i static/tailwind.css -o static/app.css",
|
||||
"watch": "tailwindcss -i static/tailwind.css -o static/app.css --watch"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user