diff --git a/railway.json b/railway.json new file mode 100644 index 0000000..5c3f0e7 --- /dev/null +++ b/railway.json @@ -0,0 +1,8 @@ +{ + "build": { + "builder": "NIXPACKS" + }, + "deploy": { + "startCommand": "python3 WIPBOT.py" + } +}