mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
feat: init
This commit is contained in:
5
packages/playground/src/pages/hello/worker.ts
Normal file
5
packages/playground/src/pages/hello/worker.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const worker = new Worker(new URL('./script.ts', import.meta.url), {
|
||||
type: 'module',
|
||||
});
|
||||
|
||||
export { worker };
|
||||
Reference in New Issue
Block a user