feat: Make it a web application #10
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
verify:
|
||||
@python3 -m compileall -q src tests && python3 -m unittest discover -s tests -q && echo "verification passed"
|
||||
@python3.13 -m compileall -q src tests app && python3.13 -m unittest discover -s tests -q && echo "verification passed"
|
||||
|
||||
run:
|
||||
FLASK_APP=app flask run
|
||||
|
||||
Loading…
Reference in New Issue
Block a user