refactor: web config

This commit is contained in:
cha0s 2024-01-22 10:32:52 -06:00
parent 8ec7297704
commit 4b0759ef65

View File

@ -19,4 +19,5 @@ export const hooks = {
'@flecks/redux.slices': () => ({ '@flecks/redux.slices': () => ({
selfEntity, selfEntity,
}), }),
'@flecks/web.config': async (req, flecks) => flecks.get('@humus/app'),
}; };