Skip to content

Commit

Permalink
fix: Add back ExtensionRunnerConfig as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Dec 28, 2024
1 parent 6c9beee commit a2c64fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/wxt/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,11 @@ export interface ConfigEnv {

export type WxtCommand = 'build' | 'serve';

/**
* @deprecated Use `WebExtConfig` instead.
*/
export type ExtensionRunnerConfig = WebExtConfig;

/**
* Options for how [`web-ext`](https://github.com/mozilla/web-ext) starts the browser.
*/
Expand Down

0 comments on commit a2c64fd

Please sign in to comment.