Fix translation error
This commit is contained in:
parent
6e94081db2
commit
5a77198344
4 changed files with 22 additions and 23 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
|
@ -11,10 +11,13 @@
|
|||
"cargo": {
|
||||
"args": [
|
||||
"run",
|
||||
"-- --base-url=http://192.168.69.10:3001/ --slug formgen",
|
||||
"--bin=uptime-kuma-dashboard"
|
||||
]
|
||||
},
|
||||
"args": []
|
||||
"args": [
|
||||
"--base-url=http://192.168.69.10:3001/",
|
||||
"--slug=formgen",
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Debug unit tests in executable 'uptime-kuma-dashboard'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue