chore: Update dependencies to latest
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m17s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m17s
fix: claude fixes to various errors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user