Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

railway.tomlBlame10 lines · 1 contributor
2fdf080Claude1[build]
2builder = "dockerfile"
3
4[deploy]
5releaseCommand = "bun run db:migrate"
6
7[env]
8GIT_REPOS_PATH = "/app/repos"
9PORT = "3000"
10NODE_ENV = "production"