From d0aad0c96b727ee1d7f730d32693a77217da8147 Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Mon, 10 Jun 2024 16:31:48 +0200 Subject: [PATCH] feat: atoolo-runtime-check-bundle recieps --- .../1.0/config/routes/runtime-check.yaml | 3 +++ atoolo/runtime-check-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 atoolo/runtime-check-bundle/1.0/config/routes/runtime-check.yaml create mode 100644 atoolo/runtime-check-bundle/1.0/manifest.json diff --git a/atoolo/runtime-check-bundle/1.0/config/routes/runtime-check.yaml b/atoolo/runtime-check-bundle/1.0/config/routes/runtime-check.yaml new file mode 100644 index 0000000..37f64b6 --- /dev/null +++ b/atoolo/runtime-check-bundle/1.0/config/routes/runtime-check.yaml @@ -0,0 +1,3 @@ +controller: + resource: "@AtooloRuntimeCheckBundle/Controller/" + type: attribute diff --git a/atoolo/runtime-check-bundle/1.0/manifest.json b/atoolo/runtime-check-bundle/1.0/manifest.json new file mode 100644 index 0000000..310b6aa --- /dev/null +++ b/atoolo/runtime-check-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Atoolo\\Runtime\\Check\\AtooloRuntimeCheckBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}