Description
npm run dev is an example of a bad script running watch during launch, causing the compilation to finish after boot.
Suggestions
Optimize npm scripts for development use and or for production.
Docker
Make sure docker compose works as intended with prisma for dev and production
- The docker release needs to be functional from CI/CD
Description
npm run devis an example of a bad script running watch during launch, causing the compilation to finish after boot.Suggestions
Optimize npm scripts for development use and or for production.
Docker
Make sure docker compose works as intended with prisma for dev and production