chore: lint fix

This commit is contained in:
Michael Kriese 2026-01-30 15:29:49 +01:00
parent 7c23e0685c
commit 9da41335f0
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -6,7 +6,7 @@ await build({
bundle: true, bundle: true,
platform: 'node', platform: 'node',
target: 'node24', target: 'node24',
minify: !!env['CI'], minify: !!env.CI,
tsconfig: 'tsconfig.dist.json', tsconfig: 'tsconfig.dist.json',
sourcemap: true, sourcemap: true,
format: 'esm', format: 'esm',