Files
Electron.NET/ElectronNET.CLI/Properties/launchSettings.json
2022-07-28 11:51:18 +02:00

13 lines
396 B
JSON

{
"profiles": {
"Build Test App": {
"commandName": "Project",
"commandLineArgs": "build /target win /PublishSingleFile false /PublishReadyToRun false",
"workingDirectory": "$(SolutionDir)ElectronNET.WebApp"
},
"Start Test App": {
"commandName": "Project",
"commandLineArgs": "start /project-path \"$(SolutionDir)ElectronNET.WebApp\" /watch"
}
}
}