fix: Add back ExtensionRunnerConfig as deprecated (#1311)

This commit is contained in:
Aaron
2024-12-28 09:40:52 -06:00
parent ff1720a4c6
commit f531fcd5c3
+5
View File
@@ -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.
*/