feat: build with esbuild
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { bufToImageUrl } from ".";
|
||||
|
||||
const worker = new Worker("build/ai-worker.js");
|
||||
const worker = new Worker("build/workers/ai-worker.js");
|
||||
|
||||
let i = 0;
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { images } from "../stores";
|
||||
|
||||
const worker = new Worker("worker.js");
|
||||
const worker = new Worker("build/workers/pixel-worker.js");
|
||||
|
||||
let i = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user