diff options
| author | user <user@node5.net> | 2024-12-28 14:31:49 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-12-28 14:31:49 +0100 |
| commit | 40a5a3bb3aac7e49aaadb33a9e72e7059ae82910 (patch) | |
| tree | 147759bda91aff89b971c4a58e5fa5e9668ef0ba /Makefile | |
| parent | 24ec8b02c15c140a710440139821bfb7521adfc2 (diff) | |
Flask - Show multiple countries
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..921bd53 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +debug: + ./venv/bin/flask -A src/map_node5_net.py run --debug --port 5001 |
