using eve/next with multiple projects #433
Unanswered
davecarlson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Topology:
I have a mono repo with 2 next.js apps:
eve will be living inside the api project, and I want to use the withEve() in the frontend to connect to the other app ( it is on https://api.domain and the frontend on https://www.domain
Is this possible ? the frontend is just a dumb app, all logic and database access is in the api project, but i'd like to expose eve's chat interface via it
Beta Was this translation helpful? Give feedback.
All reactions