Replies: 1 comment
-
Hey, do you remember how did you solve this? |
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
-
I use
tauri:: async_ Runtime:: spawn
launched an axum serve (port: 9999) and created a function for uploading and previewing imagesIn the development mode (pnpm tauri dev), all functions are normal, but the dmg packaged with build (pnpm tauri build), upload and display functions are no longer available
But in production mode I tried to access: axum's serve can be accessed, and I would like to ask how to configure the production mode to meet my needs
Beta Was this translation helpful? Give feedback.
All reactions