testing for install - in progress

This commit is contained in:
redanthrax 2022-06-15 16:37:35 -07:00
parent 6457ad290f
commit 7457bf0b93
7 changed files with 99 additions and 2 deletions

2
.vscode/launch.json vendored
View file

@ -10,7 +10,7 @@
"request": "launch",
"mode": "debug",
"env": {},
"args": ["-m", "svc", "-logto", "stdout"],
"args": ["-m", "svc", "-log", "DEBUG", "-logto", "stdout"],
"buildFlags": "-tags=DEBUG",
"program": "${workspaceRoot}"
}