[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] format

authored by

Nate Moore and committed by
bombshell-bot
(Apr 27, 2025, 3:20 AM UTC) c1965037 48d96a90

+8 -1
+8 -1
src/commands/build.ts
··· 17 17 target: "node20", 18 18 minify: true, 19 19 bundle: true, 20 - external: ["node:*", "cloudflare:*", "bun:*", "../*", "./*", ...Object.keys(dependencies)], 20 + external: [ 21 + "node:*", 22 + "cloudflare:*", 23 + "bun:*", 24 + "../*", 25 + "./*", 26 + ...Object.keys(dependencies), 27 + ], 21 28 }).catch(() => { 22 29 process.exit(1); 23 30 });