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" "dist"
], ],
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --port 6274",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview --port 6274", "preview": "vite preview --port 6274",