Skip to content

Commit

Permalink
add external
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 12, 2025
1 parent fc10241 commit 8cff480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ export default defineConfig({
minify: true,
target: "esnext",
outDir: "dist",
external: [
"@elizaos-plugins/sqlite",
// Add other modules you want to externalize
],
})

0 comments on commit 8cff480

Please sign in to comment.