mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
016920e3e0
commit
df5b96adec
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"dev": "concurrently \"bsb --clean-world -make-world -w\" \"next -w\"",
|
||||
"build": "bsb -clean-world -make-world && next build",
|
||||
"start": "bsb -clean-world -nake-world && next start -w"
|
||||
"start": "bsb -clean-world -make-world && next start -w"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue