This commit is contained in:
2022-01-19 12:21:47 +00:00
parent 90c1e8e7bf
commit 6c80d98548
7 changed files with 24 additions and 18 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"module": "onlyone",
"console": "integratedTerminal",
"args": ["--configFile","config.yaml"]
"args": ["--configFile","config.yaml", "--server"]
}
]
}