diff --git a/frontend/package.json b/frontend/package.json index c9c3a97aa..30d8b69ce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --base=/frontend/ --strictPort --port 4001", "build": "vite build", "preview": "vite preview" },