Skip to content

Commit 95b2951

Browse files
committed
Update dev server port to 3123 in package.json
1 parent 26c42cf commit 95b2951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"#/*": "./src/*"
77
},
88
"scripts": {
9-
"dev": "vite dev --port 3000",
9+
"dev": "vite dev --port 3123",
1010
"build": "vite build",
1111
"preview": "vite preview",
1212
"test": "vitest run",

0 commit comments

Comments
 (0)