Migration modular monolith DDD (0.1 → 3.3) #17

Merged
matthieu merged 99 commits from integration/modular-monolith-0.1-1.3 into develop 2026-06-23 13:50:43 +00:00
4 changed files with 2 additions and 2 deletions
Showing only changes of commit 1aa43a5356 - Show all commits
@@ -8,7 +8,7 @@ import { useMailService } from '~/services/mail'
import { useProjectService } from '~/services/projects'
import { useTaskGroupService } from '~/services/task-groups'
import { useUserService } from '~/services/users'
import { useAuthStore } from '~/stores/auth'
import { useAuthStore } from '~/shared/stores/auth'
const props = defineProps<{
modelValue: boolean
@@ -1,6 +1,6 @@
import type { FetchOptions } from 'ofetch'
import { $fetch, FetchError } from 'ofetch'
import { useAuthStore } from '~/stores/auth'
import { useAuthStore } from '~/shared/stores/auth'
export type AnyObject = Record<string, unknown>