Auto-reload multiple dev URLs

Hi,
I need to reload to link, they both site share the same css and js.

I try to change devUrl without luck.

{
  "dependencies": {
    "main.js": {
      "files": [
        "scripts/main.js"
      ],
      "main": true
    },
    "main.css": {
      "files": [
        "styles/main.scss"
      ],
      "main": true
    },
    "customizer.js": {
      "files": [
        "scripts/customizer.js"
      ]
    },
    "jquery.js": {
      "bower": ["jquery"]
    }
  },
  "config": {
    "devUrl": [
    "http://localhost:8888/fresh-dental", "http://localhost:8888/enrollment"
   ]
  }
}

thanks

You cannot define multiple devUrl's with asset-builder/manifest.json. You could look into seeing if Browsersync supports such behavior.