2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Docs: restore local dev port to 9001 (#41545)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Patrice Chalin
2025-06-16 17:56:15 -04:00
committed by GitHub
parent d83f33af3a
commit e6eb77a442
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -100,9 +100,9 @@
"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"
"astro-preview": "astro preview --root site --port 9001"
},
"peerDependencies": {
"@popperjs/core": "^2.11.8"