Remove turbopack

This commit is contained in:
Sergey Mankovsky
2026-02-11 23:15:32 +01:00
parent 71ad8a294f
commit b1405af8c7

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"build-production": "next build --experimental-build-mode compile",
"start": "next start",