mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(dashboard): do not await loadPlugins
This commit is contained in:
parent
4467b99408
commit
da641a2df3
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user