Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Aug 11, 2024
1 parent f2539a8 commit ab494b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/hono-react-cf-pages/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
plugins: [
react(),
vike({ prerender: true }),
vikeNode({ entry: 'server/node-entry.js' }),
vikeNode('server/node-entry.js'),
pages({
server: {
kind: 'hono',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import esbuild from 'esbuild'
import { builtinModules } from 'module'
import vikeNode from 'vike-node/plugin'
import vike from 'vike/plugin'
import { UserConfig } from 'vite'

export default {
plugins: [
Expand Down Expand Up @@ -40,4 +39,4 @@ export default {
}
}
]
} as UserConfig
}

0 comments on commit ab494b1

Please sign in to comment.