In client/package.json, add port arg to dev script

This commit is contained in:
cliffhall
2025-04-16 09:38:37 -04:00
parent 0229aed948
commit 33309f351c

View File

@@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"dev": "vite",
"dev": "vite --port 6274",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --port 6274",