mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 12:26:39 -06:00
- Add color parameter to seed tags (Rust red, Python blue, etc.) - Reverse tag display order in ProjectCard (flex-row-reverse) - Enable release binary stripping in Cargo.toml - Increase Railway health check timeout to 120s - Remove backup favicon/icon files
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"deploy": {
|
|
"healthcheckPath": "/api/health",
|
|
"healthcheckTimeout": 120
|
|
}
|
|
}
|