aboutsummaryrefslogtreecommitdiff
path: root/ci/config-templates/PageRouter-template.json
blob: 86a51f8a64177910e0495d122c9cf0677e4b98cf (plain)
1
2
3
4
5
6
7
{
  "debug": ${DEBUG_PLUGINS},
  "store": {
    //All builds require the routes.xml file in the config directory even after variable substitution
    "route_file": "config/routes.xml"
  }
}