Nixpacks
db-queries
vscode will auto complete for me
{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS", "buildCommand": "cd ../../ && yarn build --filter=data...", "installCommand": "cd ../.. && yarn install", "startCommand": "yarn start" }, "deploy": { "numReplicas": 1, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }}