mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(build): 🐛 Modify CLI to properly bundle
This commit is contained in:
parent
0d278e4fa9
commit
6b17b91235
9 changed files with 13 additions and 90 deletions
1
build.ts
1
build.ts
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue