render html change templ

This commit is contained in:
2024-12-11 17:11:53 +08:00
parent cff64975d7
commit e9876b0c6f
65 changed files with 1548 additions and 475 deletions

View File

@@ -30,10 +30,13 @@ migratedown:
sqlc:
sqlc generate
templ:
templ generate
test:
go test -v -cover ./...
server:
go run main.go
.PHONY: network redis postgres createdb dropdb psql migrateup migratedown sqlc test server
.PHONY: network redis postgres createdb dropdb psql migrateup migratedown sqlc templ test server