personal-gemini-capsule/dev.sh
2025-10-12 18:06:15 +02:00

7 lines
137 B
Bash
Executable file

#!/bin/sh
set -e
source .env
fd | entr -r go run . -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080