add server buildsystem base

This commit is contained in:
2025-04-30 20:08:59 +02:00
parent a9dd9bc87c
commit 1065bd1956
9 changed files with 770 additions and 3 deletions

2
config/dev.toml Normal file
View File

@@ -0,0 +1,2 @@
[server]
bind_to = "[::1]:8080"

2
config/make.mk Normal file
View File

@@ -0,0 +1,2 @@
dst/dev.toml: config/dev.toml
ln -f $< $@