build(Needs bump): do not minify builds

This commit is contained in:
PalmDevs
2024-07-31 02:12:19 +07:00
parent ab62e55e76
commit c9b788dc51
2 changed files with 0 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ await Bun.build({
outdir: './dist/src',
target: 'bun',
external: ['./config.js'],
minify: {
syntax: true,
whitespace: true,
identifiers: false,
},
sourcemap: 'external',
})