mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Fix start script
This commit is contained in:
parent
d9ea41e971
commit
e96ef9948e
@ -6,6 +6,6 @@
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt"
|
||||
"start": "nuxt start"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt"
|
||||
"start": "nuxt start"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user