serve instead of watch

This commit is contained in:
yuki 2025-12-02 02:22:14 -03:00
parent d1e9660a61
commit 571f119e4a
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915

View file

@ -4,7 +4,7 @@
"description": "my website!!",
"main": "index.js",
"scripts": {
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --watch",
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve",
"watch:sass": "npx sass sass:_site/css --watch",
"start": "npm run watch:eleventy"
},