chore: remove console.log statement from esbuild configuration

This commit is contained in:
Mauricio Siu
2025-08-24 16:21:01 -06:00
parent 8c420ff4f5
commit 03588bf375

View File

@@ -19,7 +19,6 @@ function prepareDefine(config: DotenvParseOutput | undefined) {
const define = prepareDefine(result.parsed);
console.log(define);
try {
esbuild
.build({