chore: format

This commit is contained in:
cha0s 2022-03-02 04:04:18 -06:00
parent 839d38ce43
commit 608c8be01e

View File

@ -12,13 +12,13 @@ export {createDatabaseConnection};
export default {
[Hooks]: {
'@flecks/core/config': () => ({
database: ':memory:',
dialect: 'sqlite',
username: undefined,
password: undefined,
host: undefined,
'models.decorate': ['...'],
password: undefined,
port: undefined,
database: ':memory:',
username: undefined,
}),
'@flecks/core/starting': (flecks) => {
flecks.set('$flecks/db.models', flecks.gather(