This commit is contained in:
2025-12-01 15:23:34 -08:00
parent 3698623b03
commit f58c040b6f
+1 -1
View File
@@ -1,4 +1,4 @@
import WorkerlessPool from "../src/workerless.ts";
import WorkerlessPool from "../dist/workerless.js";
const workerless = new WorkerlessPool()
console.log(await workerless.run(() => "Hello Workerless!"))