4 lines
66 B
YAML
4 lines
66 B
YAML
|
build:
|
||
|
web: cd api && go build -v main.go
|
||
|
run:
|
||
|
web: ./api/main
|