remove turbo
All checks were successful
Check / Lint and Check (push) Successful in 32s

This commit is contained in:
2026-01-06 16:03:43 +01:00
parent d1a92bb042
commit 37d5f3b979

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next typegen && eslint . && npx tsc --noEmit"