Skip to content

Commit c78f625

Browse files
authored
Update path to worker (#631)
1 parent 1ded87f commit c78f625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/client/src/library/components/editor

web/client/src/library/components/editor/workers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const sqlglotWorker = new Worker('./src/library/components/editor/worker.ts', {
1+
const sqlglotWorker = new Worker(new URL('./worker.ts', import.meta.url), {
22
type: 'module',
33
})
44

0 commit comments

Comments
 (0)