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 c7a2689 commit eab938bCopy full SHA for eab938b
.stacks/core/cloud/build.ts
@@ -1,6 +1,6 @@
1
import { log, runCommand } from '@stacksjs/cli'
2
3
-const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external bun --external vite --target bun', {
+const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external @aws-lambda-powertools/metrics --external @aws-lambda-powertools/logger --external @aws-lambda-powertools/tracer --target bun', {
4
cwd: import.meta.dir,
5
})
6
0 commit comments