Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 12, 2025
1 parent 2eb20d1 commit 64680fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["esm"],
sourcemap: true,
external: ['better-sqlite3', 'node:fs'],
platform: 'node',
minify: false,
target: "esnext",
outDir: "dist",
external: [
"@elizaos-plugins/sqlite",
'better-sqlite3',
'node:fs'
// Add other modules you want to externalize
],
})

0 comments on commit 64680fd

Please sign in to comment.