1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 14:28:04 +00:00
_/wxt/entrypoints/background.ts

4 lines
108 B
TypeScript
Raw Normal View History

2024-03-10 00:27:38 +09:00
export default defineBackground(() => {
console.log("Hello background!", { id: browser.runtime.id });
});