RoadSign/.fleet/run.json
LittleSheep b1a6364618
All checks were successful
release-nightly / build-docker (push) Successful in 1m3s
Credential of administration api
2023-11-25 00:34:51 +08:00

11 lines
268 B
JSON

{
"configurations": [
{
"type": "go",
"name": "Run RoadSign",
"goExecPath": "C:\\Tools\\Scoop\\shims\\go.exe",
"buildParams": ["code.smartsheep.studio/goatworks/roadsign/pkg/cmd"],
},
]
}