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 10bfef5 commit dd56fa4Copy full SHA for dd56fa4
bin/install.mjs
@@ -5,6 +5,7 @@ import externalResources from "@softvisio/utils/external-resources";
5
externalResources.add( {
6
"id": "softvisio-node/sqlite",
7
"node": true,
8
+ "caller": import.meta.url,
9
} );
10
11
const res = await externalResources.install( {
lib/database.mjs
@@ -19,6 +19,7 @@ const resource = await externalResources
19
{
20
21
22
23
},
24
25
"autoUpdate": false,
0 commit comments