Bringing back lint
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 33s
Music Collection CI Workflow / test (./frontend) (push) Successful in 38s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Successful in 50s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled

This commit is contained in:
Phill Pover 2025-04-07 08:31:12 +01:00
parent b96edfc6bf
commit bac9072957

View File

@ -16,4 +16,4 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe({ transform: true }));
await app.listen(process.env.PORT ?? 3000);
}
await bootstrap();
bootstrap();