using tauri sveltekit app with hono client #11714
Unanswered
IslamZaoui
asked this question in
Q&A
Replies: 1 comment
-
Did you figure this out ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have a monorepo that has 2 apps, a backend with hono & bunjs and a frontend with Tauri and sveltekit
I'm using the hono client to fetch from the backend but this causes a CORS error, is there any way to make only the Tauri app fetch from the server?
my current implementation:
Beta Was this translation helpful? Give feedback.
All reactions