features/git-submodule #5

Merged
jtom38 merged 6 commits from features/git-submodule into main 2024-07-15 15:36:26 -07:00
Showing only changes of commit cba6fdc35d - Show all commits

View File

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