diff --git a/web/package.json b/web/package.json index f4c94dfe09..5821ec5732 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "next dev", "lint": "next lint", "fix": "next lint --fix", "eslint-fix": "eslint --fix",