Replies: 1 comment 2 replies
-
I assume that you're using Elysia Eden package on your frontend to interact with the backend. There's a whole page documenting Gotchas when it comes to that https://elysiajs.com/eden/installation.html#gotcha. You don't necessarily need turborepo for this setup |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have a directory called my-app, which contains two folders: frontend and backend. When I try to deploy the frontend, I'm running into errors related to type inference from the backend folder.
My question is: how should I properly wire up the project? I feel like I'm lacking some knowledge in this area. Also, using Turborepo seems a bit overcomplicated for my needs — is there a simpler alternative?
Beta Was this translation helpful? Give feedback.
All reactions