- 100+ API tools - Full Fieldedge API coverage - Claude Desktop integration - Railway deployment support - Docker containerization - Comprehensive documentation
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "npm start",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10
|
|
}
|
|
} |