Public Access
1
0

fix: packages.json, no serve in dev?

This commit is contained in:
2025-09-03 22:27:41 -04:00
parent 922a13d317
commit 5009f265b0

View File

@@ -4,8 +4,8 @@
"description": "An Eleventy project with Docker and VS Code debugging.",
"scripts": {
"prestart": "npm run build:css",
"start": "npm-run-all -p serve watch:css dev:api",
"serve": "eleventy --serve",
"start": "npm-run-all -p watch:eleventy watch:css dev:api",
"watch:eleventy": "eleventy --watch",
"watch:css": "tailwindcss -i ./src/css/input.css -o ./_site/css/style.css --watch",
"dev:api": "node --watch server.js",
"build": "npm run build:css && eleventy",