Add missing config to create-app

This commit is contained in:
Mattias Frinnström
2020-10-26 14:45:47 +01:00
parent 3f9f500fe3
commit 3b44008556
@@ -102,6 +102,7 @@ export default async function createPlugin({
templaters,
publishers,
logger,
config,
dockerClient,
});
}