Files
Greenlens/railway.json
2026-04-02 11:39:57 +02:00

7 lines
144 B
JSON

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