Skip to content

Commit

Permalink
update to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 24, 2025
1 parent cb8b6bd commit 3220998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vike-node/src/plugin/plugins/edgePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ export function edgePlugin(): Plugin[] {
config() {
if (!entries.length || entries.some((e) => !e.scaffold)) return
return {
// TODO/next-major-release: remove this and require >[email protected]
vitePluginSsr: {
prerender: { disableAutoRun: true }
}
}
},
async configResolved(config) {
// TODO/next-major-release: remove this and require >[email protected]
// @ts-ignore
configResolvedVike = await config.configVikePromise
},
Expand Down

0 comments on commit 3220998

Please sign in to comment.