WIP: write version on build to form HTML

This commit is contained in:
Gianni Carafa
2023-11-15 18:02:58 +01:00
parent 7be62e2735
commit 5392992350
4 changed files with 13 additions and 4 deletions

View File

@@ -176,6 +176,7 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
To run a development server at http://localhost:8080:
```bash
echo "DEV" > handler/VERSION
RULESET="./ruleset.yaml" go run cmd/main.go
```