refactor: reduce boilerplate by making barebones config include @flecks/fleck

This commit is contained in:
cha0s 2022-03-03 10:03:51 -06:00
parent b29d13abb6
commit 48e5ee8ceb
13 changed files with 1 additions and 25 deletions

View File

@ -119,7 +119,7 @@ export default class ServerFlecks extends Flecks {
if ('ENOENT' !== error.code) { if ('ENOENT' !== error.code) {
throw error; throw error;
} }
initial = {'@flecks/core': {}}; initial = {'@flecks/core': {}, '@flecks/fleck': {}};
configType = 'barebones'; configType = 'barebones';
} }
debug('bootstrap configuration (%s): %O', configType, initial); debug('bootstrap configuration (%s): %O', configType, initial);

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}

View File

@ -1,2 +0,0 @@
'@flecks/core': {}
'@flecks/fleck': {}