implement server logic

This commit is contained in:
2025-05-02 14:10:44 +02:00
parent e90dfa0b0b
commit 22ff485190
9 changed files with 117 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
dst/dev.toml: config/dev.toml
@mkdir -p $(@D)
ln -f $< $@
dst/prod.toml: config/prod.toml
@mkdir -p $(@D)
ln -f $< $@