mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 12:26:32 +00:00
rename Azaion.Api -> Azaion.AdminApi
This commit is contained in:
Vendored
+2
-2
@@ -10,9 +10,9 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/Azaion.Api/bin/Debug/net10.0/Azaion.Api.dll",
|
||||
"program": "${workspaceFolder}/Azaion.AdminApi/bin/Debug/net10.0/Azaion.AdminApi.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/Azaion.Api",
|
||||
"cwd": "${workspaceFolder}/Azaion.AdminApi",
|
||||
"stopAtEntry": false,
|
||||
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
|
||||
"serverReadyAction": {
|
||||
|
||||
Reference in New Issue
Block a user