From cf25f28cb9f36273eee42a106c9e9125af196eb7 Mon Sep 17 00:00:00 2001 From: deploy-migration Date: Thu, 2 Jul 2026 13:31:41 +0000 Subject: [PATCH] force python provider (repo also has package.json for the Node API component, which made nixpacks misdetect this as a Node app) --- nixpacks.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..67ff695 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1 @@ +providers = ["python"]