Files
moeka-project/server/apps/api/railway.toml
T
RainbowBirdandautofix-ci[bot] 22b5249c64 refactor(server): split independent auth service (#2202)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 23:33:58 +08:00

12 lines
247 B
TOML

[build]
builder = "DOCKERFILE"
dockerfilePath = "/server/apps/api/production/railway/Dockerfile"
watchPatterns = [
"server/apps/api/**",
"server/packages/**",
"pnpm-lock.yaml"
]
[deploy]
startCommand = "pnpm -F @proj-airi/api-server start"