mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: tsup for better cjs / esm support
This commit is contained in:
@@ -15,4 +15,4 @@ RUN yarn workspaces focus
|
||||
COPY ./packages/proxy-container ./
|
||||
RUN yarn build && yarn workspaces focus --production
|
||||
|
||||
CMD ["node", "--enable-source-maps", "./dist/index.mjs"]
|
||||
CMD ["node", "--enable-source-maps", "./dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user