mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
afford production disable preboot
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
// `ng test --configuration test` replaces `environment.ts` with `environment.test.ts`.
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
import { AppConfig } from '../config/app-config.interface';
|
||||
import { BuildConfig } from '../config/build-config.interface';
|
||||
|
||||
export const environment: Partial<AppConfig> = {
|
||||
export const environment: Partial<BuildConfig> = {
|
||||
production: false,
|
||||
|
||||
// Angular Universal settings
|
||||
|
Reference in New Issue
Block a user