fix(build): 🐛 Modify CLI to properly bundle

This commit is contained in:
Jesse Wierzbinski 2024-05-08 00:24:21 +00:00
parent 0d278e4fa9
commit 6b17b91235
No known key found for this signature in database
9 changed files with 13 additions and 90 deletions

View file

@ -10,7 +10,6 @@ await $`rm -rf dist && mkdir dist`;
await Bun.build({
entrypoints: [
"index.ts",
"cli.ts",
"cli/index.ts",
// Force Bun to include endpoints
...Object.values(routes),