RoadSign/.fleet/run.json

10 lines
255 B
JSON
Raw Normal View History

{
"configurations": [
{
"type": "go",
"name": "Run RoadSign",
2024-01-24 16:09:39 +00:00
"goExecPath": "/opt/homebrew/bin/go",
"buildParams": ["code.smartsheep.studio/goatworks/roadsign/pkg/cmd/server"],
},
]
}