mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-30 14:41:03 +00:00
fix(bots/discord): revert dist denesting, fixes config not found
This commit is contained in:
@@ -9,7 +9,7 @@ await rm('./dist', { recursive: true })
|
||||
logger.info('Building bot...')
|
||||
await Bun.build({
|
||||
entrypoints: ['./src/index.ts'],
|
||||
outdir: './dist',
|
||||
outdir: './dist/src',
|
||||
target: 'bun',
|
||||
external: ['./config.js'],
|
||||
minify: true,
|
||||
|
||||
Reference in New Issue
Block a user