()
| 37 | } |
| 38 | |
| 39 | export function getServerEnv() { |
| 40 | if (env) return env |
| 41 | return initEnv() |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * Helper function which returns a subset of the environment vars which are safe expose to the client. |
no test coverage detected
searching dependent graphs…