Skip to content

Commit

Permalink
fix(app-webpack): TS -> defineBootFile type should be defineBoot
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Nov 17, 2024
1 parent d186c66 commit e7b3196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-webpack/types/app-wrappers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import type {

export function defineConfig(callback: ConfigureCallback): ConfigureCallback;

export function defineBootFile<TState = any>(
export function defineBoot<TState = any>(
callback: BootCallback<TState>
): BootCallback<TState>;

Expand Down

0 comments on commit e7b3196

Please sign in to comment.