chore: next dev에서 --turbo 플래그 제거

This commit is contained in:
2026-03-04 21:56:15 +09:00
parent f503e20030
commit 888fae119f

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev": "next dev",
"build": "next build",
"build:restart": "lsof -ti:3000 | xargs kill 2>/dev/null; next build && next start &",
"start": "next start -H 0.0.0.0",