7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
export const environment = {
|
|
production: true,
|
|
// The webcomponent build will use this environment.
|
|
// Wee need this flag for settings a delay in the layout for correct behaviour
|
|
webcomponent: true
|
|
};
|