refactor: optional variables to createEnvironment and fixing the order of initializing GqlClient (#2944)

This commit is contained in:
Akash K
2023-03-07 16:12:11 +05:30
committed by GitHub
parent 3fa4052538
commit ae9b7183b5
4 changed files with 11 additions and 11 deletions

View File

@@ -19,8 +19,8 @@ export function createHoppApp(el: string | Element, platformDef: PlatformDef) {
const app = createApp(App)
// Some basic work that needs to be done before module inits even
initializeFirebase()
initBackendGQLClient()
initializeFirebase()
setupLocalPersistence()
performMigrations()