Full Pocketbase Integration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import PocketBase from 'pocketbase';
|
||||
|
||||
// Initialize the PocketBase client configured for the ccllc.pro backend
|
||||
export const pb = new PocketBase('https://pocketbase.ccllc.pro');
|
||||
|
||||
export const COLLECTIONS = {
|
||||
TEMPLATES: 'EstiMaker_Templates',
|
||||
ESTIMATES: 'EstiMaker_Estimates'
|
||||
} as const;
|
||||
Reference in New Issue
Block a user