We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0357b95 commit ff94cbfCopy full SHA for ff94cbf
1 file changed
package.json
@@ -13,8 +13,8 @@
13
"generate": "vite-node scripts/generate.ts",
14
"lint": "eslint . && prettier --check .",
15
"prepare": "husky",
16
- "preview": "npm run build && astro preview --open --port 8080",
17
- "start": "astro dev",
+ "preview": "npm run build && astro preview --open --port 5000",
+ "start": "astro dev --port 5000",
18
"update": "ncu -u",
19
"test": "npm run lint",
20
"type": "tsc"
0 commit comments