mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "uvicorn app.main:app --host 0.0.0.0 --port $PORT",
|
|
"healthcheckPath": "/health",
|
|
"watchPatterns": ["backend/**", "app/**", "*.py"]
|
|
}
|
|
}
|