fix path to worker

This commit is contained in:
lana-k
2020-10-09 22:16:26 +02:00
parent 8480dcbf96
commit 67bca051d9
+1 -1
View File
@@ -8,7 +8,7 @@ export default new Vuex.Store({
schema: null,
dbFile: null,
dbName: null,
worker: new Worker('/js/worker.sql-wasm.js'),
worker: new Worker('js/worker.sql-wasm.js'),
tabs: [],
currentTab: null,
currentTabId: null,