init visit counter

This commit is contained in:
Travis Shears 2025-10-07 23:40:00 +02:00
parent a5e480746e
commit 07aae31703
4 changed files with 187 additions and 31 deletions

2
dev.sh
View file

@ -4,4 +4,4 @@ set -e
source .env
fd | entr -r go run main.go -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
fd | entr -r go run . -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080