6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
/**
|
|
* Module ID used to build the background in dev mode if the extension doesn't include a background
|
|
* script/service worker.
|
|
*/
|
|
export const VIRTUAL_NOOP_BACKGROUND_MODULE_ID = 'virtual:user-background';
|