From 96f82f676231f794bdd584858f262a5958c99ced Mon Sep 17 00:00:00 2001 From: Shy Ruparel Date: Sun, 24 Nov 2024 11:38:42 -0500 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index 639ff0c..2f5849a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,6 +16,8 @@ [build] functions = "netlify/functions/" MISE_VERBOSE=1 + command = "python freeze.py" + publish = "app/build" environment = { PYTHON_VERSION = "3.8" }