diff --git a/package.json b/package.json index a84f3c8..86ca414 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "dev": "vite", - "start": "vite --host 0.0.0.0 ${PORT-3000}", + "start": "vite --host 0.0.0.0 ${PORT-4173}", "lint": "eslint src --ext .ts,.tsx --fix", "build": "vite build --debug", "preview": "vite preview"