Form validation

This commit is contained in:
Eden Kirin
2024-01-21 21:06:26 +01:00
parent eda1d02418
commit abde90ee33
7 changed files with 407 additions and 89 deletions

View File

@ -9,7 +9,7 @@ templ:
.PHONY: build
build: templ
@go build -ldflags "-s -w" -o ./build/${EXEC} ./app/.
@CGO_ENABLED=0 go build -ldflags "-s -w" -o ./build/${EXEC} ./app/.
upgrade-packages: