Config, cookies

This commit is contained in:
DarkCat09 2024-05-03 20:57:20 +04:00
parent 93c5ea3b18
commit df242e833f
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
6 changed files with 43 additions and 10 deletions

View file

@ -1,7 +1,7 @@
.PHONY: run test build frontend backend
run:
@echo 'Not implemented'
HOST=127.0.0.1 PORT=4009 COOKIES_DIR=cookies python3 ./backend/main.py
test:
@python3 -m unittest discover -vcs ./backend