chore(superadmin): do not await loadPlugins

This commit is contained in:
Ben Allfree 2024-06-05 18:40:33 -07:00
parent da641a2df3
commit c37c377a55

View File

@ -11,7 +11,7 @@ import { writable } from 'svelte/store'
// Theres a reference inside of `createPocketbaseClient.ts` that needs the information that comes from this file
import '../services'
await loadPlugins([consoleLogger])
loadPlugins([consoleLogger])
const { onAuthChange } = client()