Initial upload of bennys production files
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "bennysblog",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:css": "tailwindcss -i static/src/app.css -o static/css/app.css --watch",
|
||||
"build:css": "tailwindcss -i static/src/app.css -o static/css/app.css --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^4.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user