diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index ee87416..0dbf4a4 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -10,6 +10,13 @@ "request": "launch", "module": "kiwi_vpn_api.main", "justMyCode": true + }, + { + "name": "EasyRSA script", + "type": "python", + "request": "launch", + "module": "kiwi_vpn_api.easyrsa", + "justMyCode": true } ] } \ No newline at end of file