1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

#23 added lab disabling switch

This commit is contained in:
Fedor Katurov 2021-03-17 11:07:26 +07:00
parent 2d0638d1fd
commit e38090c755
3 changed files with 5 additions and 15 deletions

View file

@ -3,5 +3,6 @@ declare namespace NodeJS {
interface ProcessEnv {
readonly REACT_APP_API_URL: string;
readonly REACT_APP_REMOTE_CURRENT: string;
readonly REACT_APP_LAB_ENABLED: string;
}
}