mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
Merge pull request #1555 from harvard-lts/1527-dev-env
[Issue 1527] Set default env preboot to false
This commit is contained in:
@@ -10,7 +10,7 @@ export const environment: Partial<BuildConfig> = {
|
||||
|
||||
// Angular Universal settings
|
||||
universal: {
|
||||
preboot: true,
|
||||
preboot: false,
|
||||
async: true,
|
||||
time: false
|
||||
}
|
||||
|
Reference in New Issue
Block a user