We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7c0e8 commit ff079feCopy full SHA for ff079fe
packages/wa-sqlite-driver/src/wa-sqlite-driver.ts
@@ -1,6 +1,6 @@
1
import * as SQLite from '@journeyapps/wa-sqlite';
2
-import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs';
3
-// import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite.mjs';
+// import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs';
+import SQLiteESMFactory from '@journeyapps/wa-sqlite/dist/wa-sqlite.mjs';
4
// import * as SQLite from 'wa-sqlite';
5
// import SQLiteESMFactory from 'wa-sqlite/dist/wa-sqlite-async.mjs';
6
import {
0 commit comments