feat: complete Phase 5 (Assembler), Phase 6 (Testing), and Phase 8 (Visual Editor)

This commit is contained in:
cawcenter
2025-12-13 15:17:17 -05:00
parent 549250e9c8
commit 630620f4cf
111 changed files with 5093 additions and 58 deletions

View File

@@ -42,6 +42,9 @@ export function getDirectusClient(token?: string) {
return client;
}
// Export a default singleton instance for use throughout the app
export const directus = getDirectusClient();
/**
* Helper to make authenticated requests
*/