First working version.
devranta build / Build (push) Failing after 6s

This commit is contained in:
2024-12-14 21:45:36 +01:00
parent 7ae5e613b7
commit ab19504738
5 changed files with 26 additions and 27 deletions
+1
View File
@@ -1,6 +1,7 @@
PYTHON=./.venv/bin/python
PIP=./.venv/bin/pip
BIN=./.venv/bin
ENV=./.venv/bin/activate
APP=form
all: ensure_env format install build test