disable turbopack to fix css issues

This commit is contained in:
2025-08-08 14:56:55 +02:00
parent c54196d487
commit 87562b491d

View File

@@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"