set default env preboot to false

leaving production env to true
This commit is contained in:
William Welling
2022-03-14 08:26:22 -05:00
parent d8b498bd02
commit 3a4a10e453

View File

@@ -10,7 +10,7 @@ export const environment: Partial<BuildConfig> = {
// Angular Universal settings // Angular Universal settings
universal: { universal: {
preboot: true, preboot: false,
async: true, async: true,
time: false time: false
} }