feat: configure support for generic integrations

Co-authored-by: Gage Orsburn <gageorsburn@live.com>
This commit is contained in:
Aarnav Tale 2024-05-26 19:23:24 -04:00
parent 1a30185047
commit f0e4868252
No known key found for this signature in database
10 changed files with 289 additions and 148 deletions

View file

@ -35,7 +35,8 @@ export async function loader({ request }: LoaderFunctionArgs) {
const context = await loadContext()
return {
...context,
acl: context.acl,
config: context.config,
user: session.get('user'),
}
}