fix(build): corporate Next app deploy (7806) — hooks, Apollo, lucide, dynamic root

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-29 13:40:56 -07:00
parent 28892a4ce4
commit 08a53096c8
6 changed files with 19 additions and 3 deletions

View File

@@ -67,3 +67,8 @@ export const apolloClient = new ApolloClient({
},
},
})
/** Used by `src/app/providers.tsx` (client Providers wrapper). */
export function getApolloClient() {
return apolloClient
}