CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
railway.toml
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 2fdf080 | 1 | [build] |
| 2 | builder = "dockerfile" | |
| 3 | ||
| 4 | [deploy] | |
| 5 | releaseCommand = "bun run db:migrate" | |
| 6 | ||
| 7 | [env] | |
| 8 | GIT_REPOS_PATH = "/app/repos" | |
| 9 | PORT = "3000" | |
| 10 | NODE_ENV = "production" |