6 lines
182 B
JSON
6 lines
182 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": { "builder": "NIXPACKS" },
|
|
"deploy": { "startCommand": "node server.js", "restartPolicyType": "ON_FAILURE" }
|
|
}
|