Move workers directory

This commit is contained in:
Jonathan Staab 2023-02-09 12:54:11 -06:00
parent b0a11b0823
commit f4152db315
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Table = {
// Plumbing
const worker = new Worker(
new URL('../workers/database.js', import.meta.url),
new URL('./workers/database.js', import.meta.url),
{type: 'module'}
)