Merge branch 'frontend' into gruppPP
This commit is contained in:
commit
6c433208ea
1 changed files with 9 additions and 1 deletions
|
@ -131,3 +131,11 @@ install-just:
|
||||||
.PHONY: types
|
.PHONY: types
|
||||||
types:
|
types:
|
||||||
tygo generate
|
tygo generate
|
||||||
|
|
||||||
|
.PHONY: install-golds
|
||||||
|
install-golds:
|
||||||
|
go install go101.org/golds@latest
|
||||||
|
|
||||||
|
.PHONY: golds
|
||||||
|
golds:
|
||||||
|
golds -port 6060 -nouses -plainsrc -wdpkgs-listing=promoted ./...
|
||||||
|
|
Loading…
Reference in a new issue