From 581fbb4852468d39d362aea928eea9a15abfa7af Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Feb 2025 14:16:08 -0800 Subject: [PATCH] It's over 9000 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eadc851c52..0b267fb1ff 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"", "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"", "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"", - "astro-dev": "astro dev --root site", + "astro-dev": "astro dev --root site --port 9001", "astro-build": "astro build --root site", "astro-preview": "astro preview --root site", "astro-lint": "prettier --config site/.prettierrc.json -c --cache site && astro check --root site && tsc -p site --noEmit",