Files
testing-tool/entrypoints/background.ts
T

4 lines
108 B
TypeScript

export default defineBackground(() => {
console.log('Hello background!', { id: browser.runtime.id });
});