Hi, I get the same error like Wenish. I'm using th...
# vue
q
Hi, I get the same error like Wenish. I'm using the electron framework + vue3 + vite. I would like to use component testing. I narrowed the problem down and think the entry point for electron "dist/electron/main/index.js" gets called like a node script: "node dist/electron/main/index.js" which results in "app" being undefined. Is there a way I could call it like this: "electron dist/electron/main/index.js"?