help wanted
倉庫指標
- 星標
- (29 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Hi,
I am getting an error when I try to use the loader in SSR.

Basically the loader is creating a new file from my worker called 0.worker.js and putting it in the folder where the server code has been compiled.
However, when I try to run this code,
const greeter = await spawn(new Worker('./worker'))
const {response} = await greeter({name: 'Carlos'})
console.log(response)
await Thread.terminate(greeter)
I get the error.
Any suggestions ?!
Thx!
Carlos