Merge branch 'dev' into 'main'

Hopefully final version

See merge request illegitimate/illegitimate-bot!353
This commit is contained in:
2025-08-10 23:03:35 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ FROM oven/bun
WORKDIR /app WORKDIR /app
COPY --from=build /app/dist /app/dist COPY --from=build /app/dist /app/dist
COPY --from=build /app/package.json /app/dist COPY --from=build /app/package.json /app
CMD ["bun", "run", "dist/index.js"] CMD ["bun", "run", "dist/index.js"]

View File

@@ -26,7 +26,6 @@ await Bun.build({
outdir: "dist", outdir: "dist",
target: "bun", target: "bun",
splitting: true, splitting: true,
sourcemap: "external",
naming: { naming: {
entry: "[dir]/[name].[ext]", entry: "[dir]/[name].[ext]",
chunk: "chunk/[name]-[hash].[ext]", chunk: "chunk/[name]-[hash].[ext]",