diff --git a/build/flecks.yml b/build/flecks.yml index 31b8446..4fb0149 100644 --- a/build/flecks.yml +++ b/build/flecks.yml @@ -41,8 +41,7 @@ port: 32352 '@flecks/docker': {} '@flecks/governor': {} -'@flecks/http': - title: 'Rooted' +'@flecks/http': {} '@flecks/http/client': up: - '@flecks/socket' diff --git a/package.json b/package.json index 4773f1e..bc46dfc 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "@humus/monorepo", "repository": { "type": "git", - "url": "https://git.hq.cha0s.io/cha0s/humus.git", - "directory": "packages/monorepo" + "url": "https://git.hq.cha0s.io/cha0s/humus.git" }, "version": "2.0.0", "private": true, diff --git a/packages/core/src/persea/index.js b/packages/core/src/persea/index.js index 20d5882..d7122b5 100644 --- a/packages/core/src/persea/index.js +++ b/packages/core/src/persea/index.js @@ -1,7 +1,8 @@ +import {Hooks} from '@flecks/core'; import {gatherComponents} from '@flecks/react'; export default { - hooks: { + [Hooks]: { '@avocado/traits/components': gatherComponents( require.context('./traits', false, /\.jsx$/), ),