Microsoft6477

Results 2 comments of Microsoft6477

try to set width and height to SVGImage

build.ts: await Bun.build({ entrypoints: ['./src/main.ts'], format: "esm", outdir: './out', sourcemap: "linked", target: "node", external: ["@nestjs/microservices", "@nestjs/websockets/socket-module", "perf_hooks", "repl", "class-transformer", "ClassSerializerInterceptor", "ValidationPipe", "async_hooks", "class-validator"] }) bun build.ts