mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS",
|
|
"buildCommand": "echo 'Meta repo has no build step'",
|
|
"startCommand": "echo 'No runtime service'"
|
|
},
|
|
"deploy": {
|
|
"healthcheckPath": "/",
|
|
"restartPolicyType": "NEVER"
|
|
}
|
|
}
|