Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jan 7, 2025
1 parent d4d31d1 commit f80c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/tools/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ export interface AppConfig extends Pick<Configuration, 'context' | 'plugins' | '
favicon: string;
entryHTML: string;
outputPath: string;
publicPath?: string;
env?: Env | EnvFunction;
meta?: Record<string, string>;
entry: Prop<Configuration, 'entry'>;
ports: [start: number, end?: number] | number;
alias?: Prop<Prop<Configuration, 'resolve'>, 'alias'>;
publicPath?: Prop<Prop<Configuration, 'output'>, 'publicPath'>;
}

0 comments on commit f80c8ec

Please sign in to comment.