From 6d5ae8d2fab20b7c1ec642c110d874f3f33b9395 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Sat, 4 Apr 2026 07:34:10 +0530 Subject: [PATCH] fix: set ALWRITY_ENABLED_FEATURES=podcast in Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..7d0a4c82 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: cd backend && ALWRITY_ENABLED_FEATURES=podcast python start_alwrity_backend.py --production