From 62f0e2933ee34872464b2d047a7654a1607c1d63 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 1 Feb 2024 22:07:24 +0100 Subject: [PATCH] added pipenv scripts --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pipfile b/Pipfile index d16908a..e59a21f 100644 --- a/Pipfile +++ b/Pipfile @@ -1,3 +1,7 @@ +[scripts] +dev = "python main.py" +prod = "waitress-serve --host=0.0.0.0 main:app" + [[source]] url = "https://pypi.org/simple" verify_ssl = true