Skip to content

Commit

Permalink
docs: remove extra space (vitejs#11087)
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz authored and futurGH committed Feb 26, 2023
1 parent c6e5d84 commit 13fdc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Our scripts in `package.json` will look like this:
"scripts": {
"dev": "node server",
"build:client": "vite build --outDir dist/client",
"build:server": "vite build --outDir dist/server --ssr src/entry-server.js "
"build:server": "vite build --outDir dist/server --ssr src/entry-server.js"
}
}
```
Expand Down

0 comments on commit 13fdc72

Please sign in to comment.