Full Pocketbase Integration

This commit is contained in:
2026-03-10 19:42:40 -05:00
parent 39c5021e2f
commit 6906cfe5da
11 changed files with 427 additions and 53 deletions
+9
View File
@@ -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;