Files
Electron.NET/ElectronNET.CLI/Properties/launchSettings.json

8 lines
177 B
JSON
Raw Normal View History

2017-10-04 16:24:41 +02:00
{
"profiles": {
"ElectronNET.CLI": {
"commandName": "Project",
2020-05-24 02:43:36 +02:00
"commandLineArgs": "start /project-path \"$(SolutionDir)ElectronNET.WebApp\" /watch"
2017-10-04 16:24:41 +02:00
}
}
}