Skip to content

Commit ff94cbf

Browse files
committed
Normalized dev port
1 parent 0357b95 commit ff94cbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"generate": "vite-node scripts/generate.ts",
1414
"lint": "eslint . && prettier --check .",
1515
"prepare": "husky",
16-
"preview": "npm run build && astro preview --open --port 8080",
17-
"start": "astro dev",
16+
"preview": "npm run build && astro preview --open --port 5000",
17+
"start": "astro dev --port 5000",
1818
"update": "ncu -u",
1919
"test": "npm run lint",
2020
"type": "tsc"

0 commit comments

Comments
 (0)