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 31fcc75 commit 82f79f2Copy full SHA for 82f79f2
demo/node.js
@@ -1,4 +1,4 @@
1
-import { sqlite3InitModuleNode } from '../index.mjs';
+import { sqlite3InitModuleNode } from '../node.mjs';
2
3
const log = (...args) => console.log(...args);
4
const error = (...args) => console.error(...args);
0 commit comments