mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix(bots/discord): deployment runtime errors due to minification
This commit is contained in:
@@ -12,7 +12,11 @@ await Bun.build({
|
||||
outdir: './dist/src',
|
||||
target: 'bun',
|
||||
external: ['./config.js'],
|
||||
minify: true,
|
||||
minify: {
|
||||
syntax: true,
|
||||
whitespace: true,
|
||||
identifiers: false,
|
||||
},
|
||||
sourcemap: 'external',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user