refact & cleanup : Sidebar, Button, card, EmptyState, Loader, ServiceObject, StatusBadge, UptameObject, BackupWidget, SecurityWidget, ServicesWidget, SupportCtaWidget, UptimeWidget, DashboardLayout
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import PocketBase from 'pocketbase';
|
||||
|
||||
const PB_URL = import.meta.env.VITE_PB_URL;
|
||||
|
||||
export const pb = new PocketBase(PB_URL);
|
||||
|
||||
pb.autoCancellation(false);
|
||||
Reference in New Issue
Block a user