mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
chore(scripts): remove --turbopack flag from dev script
This commit is contained in:
parent
9ec8768393
commit
0e9207bfce
@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"postinstall": "prisma generate",
|
||||
"start": "next start",
|
||||
|
Loading…
Reference in New Issue
Block a user