| 1 | export interface Env { |
| 2 | ASSETS_ORIGIN: string; |
| 3 | DEV: boolean; |
| 4 | FILES_ORIGIN: string; |
| 5 | MODE: "development" | "production" | "staging" | "test"; |
| 6 | ORIGIN: string; |
| 7 | WWW_ORIGIN: string; |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected