Skip to content

Commit

Permalink
Edit vercel.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
womogenes committed Dec 26, 2024
1 parent 6becee7 commit b3f28d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev:sync": "browser-sync start --no-notify --no-open --proxy=localhost:3000 --port=3001 --files=\"**/*\" --reload-delay=100",
"dev:express": "nodemon index.js",
"dev:css": "tailwindcss -i public/css/tailwind.css -o public/css/style.css --watch",
"build": "tailwindcss -i public/css/tailwind.css -o public/css/style.css",
"build": "tailwindcss -i ./public/css/tailwind.css -o ./public/css/style.css",
"lint": "eslint . --ext .js"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"use": "@vercel/node"
},
{
"src": "public/css/tailwind.css",
"src": "package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "public/css",
Expand Down

0 comments on commit b3f28d2

Please sign in to comment.