Add config to create-app template

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
This commit is contained in:
Crevil
2021-03-20 18:01:33 +01:00
parent d8e085b2df
commit 131ac14d5e
@@ -27,5 +27,6 @@ export default async function createPlugin(env: PluginEnvironment): Promise<Rout
higherOrderOperation,
locationAnalyzer,
logger: env.logger,
config: env.config,
});
}