newsbot-portal/Justfile

14 lines
193 B
Makefile
Raw Normal View History

2024-05-11 09:56:19 -07:00
# Generates templ files
gen:
templ generate
build:
templ generate
go build cmd/server.go
2024-07-15 15:35:48 -07:00
ls -lh server
update-submodule:
git submodule update --remote
templ generate