chore: Update dependencies to latest
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m17s

fix: claude fixes to various errors
This commit is contained in:
2026-03-15 10:41:12 -04:00
parent 5d08b1c927
commit 67c7a3c050
44 changed files with 14292 additions and 8939 deletions

View File

@@ -1,4 +1,4 @@
import { boot } from 'quasar/wrappers';
import { defineBoot } from '#q-app/wrappers';
import {
Client,
Account,
@@ -43,7 +43,6 @@ type AppwriteIDConfig = {
let AppwriteIds = <AppwriteIDConfig>{};
console.log(API_ENDPOINT);
AppwriteIds = {
databaseId: 'bab_prod',
collection: {
@@ -67,7 +66,7 @@ const teams = new Teams(client);
let appRouter: Router;
export default boot(async ({ router }) => {
export default defineBoot(async ({ router }) => {
// Initialize store
const authStore = useAuthStore();
await authStore.init();