Files
Electron.NET/ElectronNET.WebApp/Properties/launchSettings.json
2021-08-18 10:42:24 +02:00

10 lines
286 B
JSON

{
"profiles": {
"Electron.NET App": {
"commandName": "Executable",
"executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net5.0\\dotnet-electronize.exe",
"commandLineArgs": "start",
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
}
}
}