Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Feb 6, 2025
1 parent 12d7307 commit eaae085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vike/node/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { setResolveClientEntriesDev } from '../runtime/renderPage/getPageAssets.
import { resolveClientEntriesDev } from './shared/resolveClientEntriesDev.js'
import { workaroundCssModuleHmr } from './plugins/workaroundCssModuleHmr.js'
import { workaroundVite6HmrRegression } from './plugins/workaroundVite6HmrRegression.js'
import { buildApp } from "./plugins/buildApp.js";
import { buildApp } from './plugins/buildApp.js'

// We don't call this in ./onLoad.ts to avoid a cyclic dependency with utils.ts
setResolveClientEntriesDev(resolveClientEntriesDev)
Expand Down

0 comments on commit eaae085

Please sign in to comment.