ember-cli-capacitor icon indicating copy to clipboard operation
ember-cli-capacitor copied to clipboard

Build should remove "url": "http://localhost:4200",

Open MatthewPringle opened this issue 4 years ago • 0 comments

"server": {
    "url": "http://localhost:4200",
    "allowNavigation": [
      "example.org",
      "*.example.org"
    ]
  }

The live reload url should be removed for production builds

MatthewPringle avatar Aug 31 '21 14:08 MatthewPringle