mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
chore: production setup
This commit is contained in:
13
apps/server/build.ts
Normal file
13
apps/server/build.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
await Bun.build({
|
||||
entrypoints: ["./src/index.ts"],
|
||||
outdir: "./dist",
|
||||
target: "bun",
|
||||
env: "disable",
|
||||
// sourcemap: "linked",
|
||||
minify: {
|
||||
whitespace: true,
|
||||
identifiers: true,
|
||||
syntax: true,
|
||||
},
|
||||
external: [],
|
||||
});
|
||||
Reference in New Issue
Block a user