Files
PLG-MuDiCS/control/justfile
T

8 lines
100 B
Makefile

[working-directory: 'frontend']
gen:
deno install
deno task build
dev: gen
go run *.go