mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
feat(create-discord-bot): bun/deno templates (#9795)
This commit is contained in:
@@ -4,6 +4,7 @@ export default createTsupConfig({
|
||||
entry: ['src/index.ts'],
|
||||
dts: false,
|
||||
format: 'esm',
|
||||
minify: true,
|
||||
minify: 'terser',
|
||||
keepNames: false,
|
||||
sourcemap: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user