diff --git a/src/AppHost.ts b/src/AppHost.ts index ea7e75d..7ba6548 100644 --- a/src/AppHost.ts +++ b/src/AppHost.ts @@ -39,9 +39,9 @@ export interface IAppHost { /** * Returns basic info about the app * - * _Called once startup_ + * _Called once on startup_ */ - init(): IAppInfo; + init(): IAppInfo | Promise; /** * A unique and persistent device identifier