X-Git-Url: https://git.rapsys.eu/recipe/blobdiff_plain/1f26a0960a294fbff376b1b9bf9bb7310c29af22..7c873bf837a61c9535c7afdda5a049658c28e96e:/rapsys/airbundle/master/manifest.json?ds=inline diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/master/manifest.json index b3b51d4..2845ab4 100644 --- a/rapsys/airbundle/master/manifest.json +++ b/rapsys/airbundle/master/manifest.json @@ -1,11 +1,12 @@ { - "bundles": { - "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] - }, - "container": { - "locale": "en" - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "bundles": { + "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] + }, + "container": { + "locale": "en" + }, + "copy-from-package": { + "Resources/config/packages/rapsys_air.yaml": "%CONFIG_DIR%/packages/rapsys_air.yaml", + "Resources/config/routes/rapsys_air.yaml": "%CONFIG_DIR%/routes/rapsys_air.yaml" + } }