Files
Greenlens/railway.json
2026-03-29 10:26:38 -05:00

7 lines
138 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"deploy": {
"startCommand": "cd server && npm install && npm start"
}
}