Skip to content

Commit

Permalink
try standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 23, 2024
1 parent 4784186 commit ac54072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/express-react/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export default {
build: {
outDir: 'build'
},
plugins: [react(), vike(), vikeNode('server/index.js')]
plugins: [react(), vike(), vikeNode({ entry: 'server/index.js', standalone: true })]
}

0 comments on commit ac54072

Please sign in to comment.