mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: system optional capabilities
This commit is contained in:
@@ -3,11 +3,12 @@ await Bun.build({
|
||||
outdir: "./dist",
|
||||
target: "bun",
|
||||
env: "disable",
|
||||
// sourcemap: "linked",
|
||||
sourcemap: true,
|
||||
minify: {
|
||||
whitespace: true,
|
||||
identifiers: true,
|
||||
syntax: true,
|
||||
keepNames: true,
|
||||
},
|
||||
external: ["ssh2"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user