mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Include CLI in production builds
This commit is contained in:
parent
e4ed7ff2be
commit
1053972692
2 changed files with 2 additions and 2 deletions
2
build.ts
2
build.ts
|
|
@ -17,7 +17,7 @@ await Bun.build({
|
|||
entrypoints: [
|
||||
process.cwd() + "/index.ts",
|
||||
process.cwd() + "/prisma.ts",
|
||||
// process.cwd() + "/cli.ts",
|
||||
process.cwd() + "/cli.ts",
|
||||
],
|
||||
outdir: process.cwd() + "/dist",
|
||||
target: "bun",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue