Merge branch 'frontend' into gruppPP

This commit is contained in:
Peter KW 2024-03-20 10:54:38 +01:00
commit 6c433208ea

View file

@ -131,3 +131,11 @@ install-just:
.PHONY: types
types:
tygo generate
.PHONY: install-golds
install-golds:
go install go101.org/golds@latest
.PHONY: golds
golds:
golds -port 6060 -nouses -plainsrc -wdpkgs-listing=promoted ./...