code: updating justfile with watch command, adding logging functionality, control+c detection, host/port loading from env, and a file listing example for an alternative source besides databases

This commit is contained in:
2023-12-30 17:59:04 +01:00
parent 0548b910b1
commit da01827419
7 changed files with 238 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{% if item_list %}
{% for item in item_list %}
poop: {{ item}}
{% endfor %}
{% endif %}