simple update and generate command

This commit is contained in:
James Tombleson 2024-07-15 15:35:48 -07:00
parent 6121cbce4d
commit cba6fdc35d

View File

@ -7,4 +7,8 @@ gen:
build: build:
templ generate templ generate
go build cmd/server.go go build cmd/server.go
ls -lh server ls -lh server
update-submodule:
git submodule update --remote
templ generate