I need help; I'm working on an app using whatsapp-web.js because I'm automating messages. My issue is that everything works fine when I'm in development mode, but when I'm in production, meaning when I'm running the .exe, it no longer works because the whatsapp-web.js library relies on a Chromium instance, which is never executed in production.
// whatsapp-web.js client config
const client = new Client({
authStrategy: new LocalAuth(),
});
In the image my application in both environments the first task is my application is build in .exe and the second task is my application but in development mode the only difference is that in development my application if it starts chromiun that my whatsapp-web.js configuration need