UNPKG

cra-template-vkma

Version:

The base VKMA template for Create React App.

13 lines (10 loc) 189 B
export { }; declare global { namespace NodeJS { interface ProcessEnv { NODE_ENV: 'development' | 'production'; /** app id */ REACT_APP_APP_ID: string; } } }