Commits

lotte authored cced7a29146
fixed preboot issues and error handling
No tags

src/config/universal-config.interface.ts

Modified
1 1 import { Config } from './config.interface';
2 2
3 3 export interface UniversalConfig extends Config {
4 + preboot: boolean;
4 5 async: boolean;
5 6 time: boolean;
6 7 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut