7 lines
354 B
TypeScript
7 lines
354 B
TypeScript
// These constants are injected via webpack environment variables.
|
|
// You can add more variables in webpack.common.js or in profile specific webpack.<dev|prod>.js files.
|
|
// If you change the values in the webpack config files, you need to re run webpack to update the application
|
|
|
|
declare const SERVER_API_URL: string;
|
|
declare const APP_VERSION: string;
|