chore: fix static release binaries using zigbuild

This commit is contained in:
Jef Roosens 2025-06-06 13:48:45 +02:00
parent 275d249320
commit 82d914ebbb
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
5 changed files with 32 additions and 14 deletions

View file

@ -1,6 +1,9 @@
data_dir = "./data"
domain = "127.0.0.1"
port = 8080
[net]
type = "tcp"
# type = "tcp"
# domain = "127.0.0.1"
# port = 8080
type = "unix"
path = "./otter.socket"