fix(performance): remove turbopack flag to no longer go out of memory after (#2803)

This commit is contained in:
Meier Lukas
2025-04-04 22:30:00 +02:00
committed by GitHub
parent 646e2c12e6
commit c6102edff4

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "pnpm with-env next build",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "pnpm with-env next dev --turbopack",
"dev": "pnpm with-env next dev",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"start": "pnpm with-env next start",