fix: makefile:install, auth token logic

This commit is contained in:
TheNoxium
2025-04-23 15:36:49 +03:00
parent 29027bf9f8
commit 8271737ce2
3 changed files with 154 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ venv-api:
install:
make migrate head && \
cd api && \
poetry run python3 api/utils/init.py
poetry run python3 -m api.utils.init
%::
echo $(MESSAGE)