From 7c86f28971d310de1ab2fe190df5b02fa1e76ec5 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 28 Sep 2025 08:56:28 -0700 Subject: [PATCH] added alembic database migrations, json import/export --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index e0789a1..5abacb9 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,8 @@ +print("DEBUG: main.py started") + +print("DEBUG: main.py started") + # Meal Planner FastAPI Application # Run with: uvicorn main:app --reload