From fe348da6d168b3d5b6d2918263f847755841811d Mon Sep 17 00:00:00 2001 From: kl3z <136390977+kl3z@users.noreply.github.com> Date: Thu, 31 Jul 2025 02:47:22 +0100 Subject: [PATCH] Add files via upload --- railway.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 railway.json 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" + } +}