fix: Add missing persistent type to defineBackgroundScript
This commit is contained in:
@@ -426,6 +426,7 @@ export interface ContentScriptDefinition extends ExcludableEntrypoint {
|
||||
|
||||
export interface BackgroundScriptDefintition extends ExcludableEntrypoint {
|
||||
type?: 'module';
|
||||
persistent?: boolean;
|
||||
main(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user