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
};