trigger ci rebuild
All checks were successful
Deploy Canina / deploy (push) Successful in 49s

This commit is contained in:
devops 2026-07-14 11:59:00 +00:00
parent 9872a6fb28
commit 10849233de

View File

@ -46,3 +46,4 @@ async function bootstrap() {
await app.listen(process.env.PORT ?? 4001);
}
bootstrap();