added CSR fallback and optionally disable SSR

This commit is contained in:
William Welling
2017-07-19 12:11:15 -05:00
parent bd76342e85
commit 1c2818002f
9 changed files with 96 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
export interface UniversalConfig {
preboot: boolean,
async: boolean,
time: boolean
}