Open inverted-capital opened 11 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
apps/crm
apps/youtube
Currently we have code like:
But what we should have is:
which would result in being able to install with the path
apps/crm
orapps/youtube