mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs(bridge): add missing colon in server target example (#1212)
This commit is contained in:
parent
5e903ae176
commit
3878455fa4
@ -75,7 +75,7 @@ For all other situations, you can use the normal `nuxt build` command.
|
||||
{
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"start" "node .output/server/index.mjs"
|
||||
"start": "node .output/server/index.mjs"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user