summaryrefslogtreecommitdiff
path: root/ci/config-templates/PageRouter-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config-templates/PageRouter-template.json')
-rw-r--r--ci/config-templates/PageRouter-template.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/config-templates/PageRouter-template.json b/ci/config-templates/PageRouter-template.json
new file mode 100644
index 0000000..86a51f8
--- /dev/null
+++ b/ci/config-templates/PageRouter-template.json
@@ -0,0 +1,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"
+ }
+} \ No newline at end of file