Initial upload of bennys production files

This commit is contained in:
2025-11-18 19:44:37 +00:00
parent 77b206e795
commit 3a9ce0821a
9749 changed files with 1677047 additions and 0 deletions

12
package.json Normal file
View 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"
}
}