newsbot-portal/Justfile

10 lines
121 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
ls -lh server