chore: update dev container to support api client generation
All checks were successful
container-scan / Container Scan (pull_request) Successful in 12m35s
docker-build / docker (pull_request) Successful in 12m29s

This commit is contained in:
Dominik 2025-06-16 14:09:04 +02:00
parent 7eeadb4696
commit e4b3141d7a
Signed by: dominik
GPG key ID: 06A4003FC5049644
3 changed files with 9 additions and 1 deletions

View file

@ -7,4 +7,7 @@ if [ -d "prisma" ]; then
yarn prisma:db:push
fi
yarn swagger:generate
yarn orval:generate
exec yarn dev