dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Format of apps should allow direct drop in to overloads #183

Open inverted-capital opened 7 months ago

inverted-capital commented 7 months ago

Currently we have code like:

const engine = await Interpulse.createCI({
  overloads: { "/apps/crm": apps.crm.covenant },
});

But what we should have is:

const engine = await Interpulse.createCI({
  overloads: { apps },
});

which would result in being able to install with the path apps/crm or apps/youtube