]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
It's over 9000
authorMark Otto <markdotto@gmail.com>
Fri, 21 Feb 2025 22:16:08 +0000 (14:16 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 03:30:55 +0000 (20:30 -0700)
package.json

index 9e7763029f3c64113d419f75897817cc470b246c..00be8ac4b317b9c85d0b073aa12d9ecc48c1fbd2 100644 (file)
@@ -97,7 +97,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/src/assets/ --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 && rm -rf _site && cp -r site/dist _site",
     "astro-preview": "astro preview --root site"
   },