Skip to content

Commit 5d4b692

Browse files
committed
Add sqlite as an external module
1 parent b4d7886 commit 5d4b692

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caido-community/dev",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Development tools for building Caido plugins",
55
"type": "module",
66
"exports": {

src/build/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function createTsupConfig(cwd: string, plugin: BackendPluginConfig) {
2525
config: false,
2626
clean: true,
2727
sourcemap: false,
28-
external: [/caido:.+/, ...builtinModules],
28+
external: [/caido:.+/, "sqlite", ...builtinModules],
2929
}) as Options;
3030
}
3131

0 commit comments

Comments
 (0)