You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for reporting this. I'll address the frontendDist configuration issue.
Regarding the server connectivity, are you running the server in a separate terminal instance?
The Tauri config file (
tauri.conf.json
) when used with TanStack Router. It is currently set to:"frontendDist": "/dist",
I tried setting it to:
"frontendDist": "../dist",
This ensures a successful build, but when I open the macOS app, it doesn't connect to the server.
The text was updated successfully, but these errors were encountered: