mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
afford production disable preboot
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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: true,
|
||||
|
||||
// Angular Universal settings
|
||||
|
Reference in New Issue
Block a user