Files
wxt/templates/react/entrypoints/background.ts
T
2023-07-13 18:50:07 -05:00

4 lines
114 B
TypeScript

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