RoadSign/.fleet/run.json

11 lines
268 B
JSON
Raw Normal View History

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