Credential of administration api
All checks were successful
release-nightly / build-docker (push) Successful in 1m3s

This commit is contained in:
2023-11-25 00:34:51 +08:00
parent c4c6638144
commit b1a6364618
6 changed files with 107 additions and 24 deletions

11
.fleet/run.json Normal file
View File

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