refactor: database structure

This commit is contained in:
2025-01-03 04:42:42 +08:00
parent 70932900cd
commit 917af7320e
462 changed files with 1223 additions and 724 deletions

0
apps/app/.env.development Normal file → Executable file
View File

0
apps/app/.env.example Normal file → Executable file
View File

0
apps/app/.gitignore vendored Normal file → Executable file
View File

0
apps/app/__tests__/sign-in.test.tsx Normal file → Executable file
View File

0
apps/app/__tests__/sign-up.test.tsx Normal file → Executable file
View File

View File

View File

0
apps/app/app/(authenticated)/components/cursors.tsx Normal file → Executable file
View File

0
apps/app/app/(authenticated)/components/header.tsx Normal file → Executable file
View File

View File

0
apps/app/app/(authenticated)/components/sidebar.tsx Normal file → Executable file
View File

0
apps/app/app/(authenticated)/layout.tsx Normal file → Executable file
View File

0
apps/app/app/(authenticated)/page.tsx Normal file → Executable file
View File

0
apps/app/app/(authenticated)/webhooks/page.tsx Normal file → Executable file
View File

0
apps/app/app/(unauthenticated)/layout.tsx Normal file → Executable file
View File

View File

View File

0
apps/app/app/.well-known/vercel/flags/route.ts Normal file → Executable file
View File

0
apps/app/app/actions/users/get.ts Normal file → Executable file
View File

0
apps/app/app/actions/users/search.ts Normal file → Executable file
View File

0
apps/app/app/api/collaboration/auth/route.ts Normal file → Executable file
View File

0
apps/app/app/apple-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

0
apps/app/app/cron/keep-alive/route.ts Normal file → Executable file
View File

0
apps/app/app/global-error.tsx Normal file → Executable file
View File

0
apps/app/app/health/route.ts Normal file → Executable file
View File

0
apps/app/app/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B

0
apps/app/app/layout.tsx Normal file → Executable file
View File

0
apps/app/app/opengraph-image.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

0
apps/app/instrumentation.ts Normal file → Executable file
View File

0
apps/app/liveblocks.config.ts Normal file → Executable file
View File

0
apps/app/middleware.ts Normal file → Executable file
View File

0
apps/app/next.config.ts Normal file → Executable file
View File

0
apps/app/package.json Normal file → Executable file
View File

0
apps/app/postcss.config.mjs Normal file → Executable file
View File

0
apps/app/sentry.client.config.ts Normal file → Executable file
View File

0
apps/app/tailwind.config.ts Normal file → Executable file
View File

0
apps/app/tsconfig.json Normal file → Executable file
View File

0
apps/app/vercel.json Normal file → Executable file
View File

0
apps/app/vitest.config.ts Normal file → Executable file
View File