refactor(server): split independent auth service (#2202)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
RainbowBird
2026-08-12 23:33:58 +08:00
co-authored by autofix-ci[bot]
parent a9906bf13b
commit 22b5249c64
91 changed files with 2877 additions and 1658 deletions
+1
View File
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
projects: [
'server/apps/auth',
'server/apps/api',
'apps/ui-server-auth',
'apps/stage-tamagotchi',