diff --git a/package.json b/package.json index 4dcfc0e..3be1923 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "scripts": { "dev": "concurrently --kill-others \"npm run server\" \"npm run client\"", "server": "node server/index.js", - "client": "vite --host", + "client": "vite", "build": "vite build", "preview": "vite preview", "typecheck": "tsc --noEmit -p tsconfig.json",