{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS" }, "deploy": { "startCommand": "hypercorn main:app --bind \"[::]:$PORT\"" } }