chore: move the server to an independent folder

This commit is contained in:
RainbowBird
2026-08-02 18:43:57 +08:00
parent 771ba3f8a7
commit 4ccde2c96e
293 changed files with 176 additions and 3020 deletions
+12
View File
@@ -0,0 +1,12 @@
[build]
builder = "DOCKERFILE"
dockerfilePath = "/server/apps/api/production/railway/Dockerfile"
watchPatterns = [
"server/apps/api/**",
"server/packages/drizzle-migration/**",
"packages/**",
"pnpm-lock.yaml"
]
[deploy]
startCommand = "pnpm -F @proj-airi/api-server start"