Skip to content

Commit

Permalink
fix(svelte): apply correction
Browse files Browse the repository at this point in the history
[1] ────
Update to precompression of type 'false'. Otherwise, secret injection does not work on compressed files. NOTE: Temporary Fix, needs to be corrected to also inject secrets in the compressed files at runtime.
  • Loading branch information
migbash committed Dec 12, 2024
1 parent 1d70b20 commit 9dfd2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default
// │ |: 🔗 read-more |:| https://discord.com/channels/457912077277855764/1049973005675143219
// │ |: 🔗 read-more |:| https://kit.svelte.dev/docs/adapter-node#options-precompress
// ╰─────
precompress: true
precompress: false
}
),

Expand Down

0 comments on commit 9dfd2f1

Please sign in to comment.