Config, cookies
This commit is contained in:
parent
93c5ea3b18
commit
df242e833f
6 changed files with 43 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue