The fix was as simple as passing in another param in the Worker class.
Worker
const worker = new Worker(new URL("../lib/worker.js", import.meta.url), { type: "module" })