Skip to content

Commit 590b38f

Browse files
committed
fix: Add back ExtensionRunnerConfig as deprecated (#1311)
1 parent e23b32c commit 590b38f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/wxt/src/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,11 @@ export interface ConfigEnv {
906906

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

909+
/**
910+
* @deprecated Use `WebExtConfig` instead.
911+
*/
912+
export type ExtensionRunnerConfig = WebExtConfig;
913+
909914
/**
910915
* Options for how [`web-ext`](https://github.com/mozilla/web-ext) starts the browser.
911916
*/

0 commit comments

Comments
 (0)