7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
}
|
|
} |