fix(bot): conversations register - disable minification in build configuration

This commit is contained in:
vchikalkin 2025-09-07 16:33:29 +03:00
parent 5f1ad4028c
commit 57da275534

View File

@ -7,7 +7,7 @@ export default defineConfig({
external: ['telegraf', 'zod'],
format: 'cjs',
loader: { '.json': 'copy' },
minify: true,
minify: false,
noExternal: ['@repo'],
outDir: './dist',
sourcemap: false,