From 571f119e4a9fa3cdb8010a887ed541c394814ccf Mon Sep 17 00:00:00 2001 From: yuki Date: Tue, 2 Dec 2025 02:22:14 -0300 Subject: [PATCH] serve instead of watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30b5eeb..47f46ef 100644 --- a/package.json +++ b/package.json @@ -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" },