Skip to content

Commit

Permalink
fix: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 9, 2025
1 parent 0cc6921 commit 452e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-node/src/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function vikeNode(config: ConfigVikeNodePlugin) {
configurePreviewServer() {
assertUsage(
false,
`${pc.cyan('$ vite preview')} isn't supported: directly execute the server production entry (for example ${pc.cyan('$ node dist/server/index.mjs')}) instead.`
`${pc.cyan('$ vike preview')} isn't supported: directly execute the server production entry (for example ${pc.cyan('$ node dist/server/index.mjs')}) instead.`
)
}
}
Expand Down

0 comments on commit 452e55e

Please # to comment.