Forgive me if this is covered somewhere. I can't seem to find it.
I have an app that runs as expected when I launch from my source code via npm run dev. However the packaged app fails to load the necessary local files. I assume this is due to some ipc calls not working out, but I'm not sure how I should go about troubleshooting this since once packaged I no longer have access to the terminal for console.log. Any advice is much appreciated. Thank you!
Forgive me if this is covered somewhere. I can't seem to find it.
I have an app that runs as expected when I launch from my source code via npm run dev. However the packaged app fails to load the necessary local files. I assume this is due to some ipc calls not working out, but I'm not sure how I should go about troubleshooting this since once packaged I no longer have access to the terminal for console.log. Any advice is much appreciated. Thank you!