Remove --turbo from dev command
This commit is contained in:
parent
8750cc9b2f
commit
372f852a7c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "exif-photo-blog",
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user