From 830a9f964ebe8f0ff952b05521db3320f9860474 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 3 Apr 2018 07:15:32 +0200 Subject: [PATCH] Add manifest.json --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..7550485 --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Rapsys\\PackBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} -- 2.41.0