diff --git a/package.json b/package.json index 89257ea..8c2358d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "start": "npx serve -s dist", + "start": "npx serve -s build", "dev": "vite", "scan": "vite & npx react-scan@latest localhost:3000", "host": "vite --host --port 3000",