fixed the bugs
This commit is contained in:
parent
4007efcc57
commit
3b2a91cf3b
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ export function assertEnvVariables(ENV: ENV): asserts ENV is Required<ENV> {
|
|||
}
|
||||
}
|
||||
|
||||
// Call this function early in your app's initialization
|
||||
assertEnvVariables(ENV);
|
||||
|
||||
// After assertion, we can safely use ENV
|
||||
export const VALIDATED_ENV: Required<ENV> = ENV as Required<ENV>;
|
||||
|
|
Loading…
Add table
Reference in a new issue