You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add support for runtime validation, either through documentation or native support? My use case involves multi-server Docker deployments with health checks.
I plan to skip build-time validation and perform validation during the health check. It could be added directly to the health check endpoint or in instrumentation.ts.
I envision something like:
runtimeValidate(process.env)
The text was updated successfully, but these errors were encountered:
Can we add support for runtime validation, either through documentation or native support? My use case involves multi-server Docker deployments with health checks.
I plan to skip build-time validation and perform validation during the health check. It could be added directly to the health check endpoint or in instrumentation.ts.
I envision something like:
runtimeValidate(process.env)
The text was updated successfully, but these errors were encountered: