if the production aw-tauri is running on port 5600, it exits and I run the "dev" aw-tauri via npm run tauri dev it won't bind to the 5600 port. Building via npm run tauri build then running that app, will work. On MacOS, not sure if it's platform specific, used to have a similar issue on linux on tauri 1.x, thought it was fixed.
if the production aw-tauri is running on port 5600, it exits and I run the "dev" aw-tauri via
npm run tauri devit won't bind to the 5600 port. Building vianpm run tauri buildthen running that app, will work. On MacOS, not sure if it's platform specific, used to have a similar issue on linux on tauri 1.x, thought it was fixed.