Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: 🔧 no minify so we can debug in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Sep 11, 2023
1 parent 314d19d commit 1ee50cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/bronya.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ApiStack extends Stack {
format: "esm",
platform: "node",
bundle: true,
minify: true,
// minify: true,
banner: { js },
outExtension: { ".js": ".mjs" },
plugins: [
Expand Down

0 comments on commit 1ee50cf

Please sign in to comment.