chore(dashboard): do not await loadPlugins

This commit is contained in:
Ben Allfree 2024-06-05 18:40:24 -07:00
parent 4467b99408
commit da641a2df3

View File

@ -13,7 +13,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()