Tauri app sidecar that requires another executable results in Error: Cannot find module
I have a Tauri app sidecar written in Node.js, I use pkg
to package the node app into an executable, the name of the sidecar is server-x86_64-pc-windows-msvc.exe
.
I am able to use @tauri-apps/api/shell
in the client side and execute the sidecar: