Skip to content

Commit 33309f3

Browse files
committed
In client/package.json, add port arg to dev script
1 parent 0229aed commit 33309f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18-
"dev": "vite",
18+
"dev": "vite --port 6274",
1919
"build": "tsc -b && vite build",
2020
"lint": "eslint .",
2121
"preview": "vite preview --port 6274",

0 commit comments

Comments
 (0)