fix worker path

This commit is contained in:
Scott Richmond 2025-07-01 16:07:01 -04:00
parent 1ec60b9362
commit 88ff5886bb

View File

@ -1,6 +1,6 @@
if (window) window.ludus = {run, kill, flush_stdout, stdout, p5, svg, flush_commands, commands, result, input, is_running} if (window) window.ludus = {run, kill, flush_stdout, stdout, p5, svg, flush_commands, commands, result, input, is_running}
const worker = new Worker("worker.js", {type: "module"}) const worker = new Worker("./worker.js", {type: "module"})
let outbox = [] let outbox = []
let ludus_console = "" let ludus_console = ""