canina/scripts
parsa aghaei 431e2b547d
All checks were successful
Deploy Canina / deploy (push) Successful in 34s
fix: Prisma OpenSSL engine binary detection on Alpine
- Set PRISMA_SCHEMA_ENGINE_BINARY to 3.0.x binary path
- Set PRISMA_QUERY_ENGINE_LIBRARY to 3.0.x library path
- node:20-alpine has libssl.so.3 but no openssl CLI binary
- Prisma detection fails silently, defaults to 1.1.x engines
- Explicit paths bypass detection and use correct binaries
- Remove apk add openssl (not needed, causes build failure without VPN)
- backend Dockerfile: use PRISMA_CLI_BINARY_TARGETS to generate correct client
2026-07-29 09:21:39 +03:30
..
compose.prod.yml fix: Prisma OpenSSL engine binary detection on Alpine 2026-07-29 09:21:39 +03:30
compose.stage.yml fix: Prisma OpenSSL engine binary detection on Alpine 2026-07-29 09:21:39 +03:30
deploy.sh fix: CI/CD pipeline, dynamic API URLs, Dockerfile fixes 2026-07-28 16:37:05 +03:30
open-browsers.js feat: add scripts/open-browsers.js to automatically open services on dev startup 2026-07-10 17:40:35 +03:30
start-dev.js fix: resolve backend TS compilation errors, startup order, and add clipboard paste upload 2026-07-11 13:51:12 +03:30