diff --git a/frontend/package.json b/frontend/package.json index 142428e..48e2e32 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,8 +4,8 @@ "private": true, "type": "module", "scripts": { - "dev": "next dev", - "build": "next build", + "dev": "next dev --turbopack", + "build": "next build --no-turbopack", "start": "next start", "lint": "eslint" },