From 6bc2da15c19cb4c9ac16ae12d767517d0387f727 Mon Sep 17 00:00:00 2001 From: Andrey Vlasov Date: Sun, 6 Dec 2020 19:26:21 +0300 Subject: [PATCH] add features --- src/templates/partials/scripts.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/partials/scripts.hbs b/src/templates/partials/scripts.hbs index 7e5c069..cd88f94 100644 --- a/src/templates/partials/scripts.hbs +++ b/src/templates/partials/scripts.hbs @@ -3,5 +3,6 @@ apps: {{{ toJSON apps }}}, navigations: {{{ toJSON navigations }}}, config: {{{ toJSON config }}} + features: {{{ toJSON features }}} }) \ No newline at end of file