From 860f918d784422c24dc5ef776b8bfb53fe59fc10 Mon Sep 17 00:00:00 2001 From: Andrey Vlasov Date: Sun, 6 Dec 2020 21:54:40 +0300 Subject: [PATCH] hotfix --- src/templates/partials/scripts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/partials/scripts.hbs b/src/templates/partials/scripts.hbs index cd88f94..c80f4b2 100644 --- a/src/templates/partials/scripts.hbs +++ b/src/templates/partials/scripts.hbs @@ -2,7 +2,7 @@ fireapp({ apps: {{{ toJSON apps }}}, navigations: {{{ toJSON navigations }}}, - config: {{{ toJSON config }}} + config: {{{ toJSON config }}}, features: {{{ toJSON features }}} }) \ No newline at end of file