diff --git a/lib/templates/index.js.handlebars b/lib/templates/index.js.handlebars index cea4fab..a23a0bc 100644 --- a/lib/templates/index.js.handlebars +++ b/lib/templates/index.js.handlebars @@ -19,7 +19,8 @@ if (require.main === module) { file: path.join(__dirname, "settings.json"), channel: "{{layer}}", log: "{{logLevel}}", - defaultSelector: "dispatcher" + defaultSelector: "dispatcher", + forceUsingSelectors: true }) .catch(console.error); }