launchSettings.json 237 B

12345678910
  1. {
  2. "profiles": {
  3. "OrderSystem.App": {
  4. "commandName": "Executable",
  5. "executablePath": "C:\\Users\\reicarose\\AppData\\Roaming\\npm\\ionic.cmd",
  6. "commandLineArgs": "serve ",
  7. "workingDirectory": "H5"
  8. }
  9. }
  10. }