1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/wxt/entrypoints/background.ts
2024-03-10 00:27:38 +09:00

3 lines
108 B
TypeScript

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