3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
|
export const AppConfig = {
|
||
|
APP_NAME: process.env.REACT_APP_NAME
|
||
|
}
|