afford production disable preboot

This commit is contained in:
William Welling
2022-02-16 13:43:48 -06:00
parent e4f483c308
commit b149cf2d77
9 changed files with 37 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
// This configuration is only used for unit tests, end-to-end tests use environment.production.ts
import { BuildConfig } from 'src/config/build-config.interface';
import { RestRequestMethod } from '../app/core/data/rest-request-method';
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
import { AppConfig } from '../config/app-config.interface';
export const environment: AppConfig = {
export const environment: BuildConfig = {
production: false,
// Angular Universal settings