mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix path to worker
This commit is contained in:
@@ -8,7 +8,7 @@ export default new Vuex.Store({
|
|||||||
schema: null,
|
schema: null,
|
||||||
dbFile: null,
|
dbFile: null,
|
||||||
dbName: null,
|
dbName: null,
|
||||||
worker: new Worker('/js/worker.sql-wasm.js'),
|
worker: new Worker('js/worker.sql-wasm.js'),
|
||||||
tabs: [],
|
tabs: [],
|
||||||
currentTab: null,
|
currentTab: null,
|
||||||
currentTabId: null,
|
currentTabId: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user