chore: Clean up bootstrap
This commit is contained in:
parent
abf7c48145
commit
111d15f86d
4 changed files with 65 additions and 54 deletions
|
|
@ -37,7 +37,7 @@ void main() async {
|
|||
Zone.current.handleUncaughtError(details.exception, details.stack);
|
||||
|
||||
final clients = await ClientManager.getClients();
|
||||
Logs().level = kReleaseMode ? Level.debug : Level.verbose;
|
||||
Logs().level = kReleaseMode ? Level.warning : Level.verbose;
|
||||
|
||||
if (PlatformInfos.isMobile) {
|
||||
BackgroundPush.clientOnly(clients.first);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue