mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
feat: proxy container (#8000)
This commit is contained in:
4
packages/proxy-container/tsup.config.ts
Normal file
4
packages/proxy-container/tsup.config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createTsupConfig } from '../../tsup.config';
|
||||
|
||||
// TODO: Set options to bundle node_modules - making the Docker image smaller
|
||||
export default createTsupConfig({ minify: true, dts: false });
|
||||
Reference in New Issue
Block a user