Replies: 2 comments
-
I tried doing |
Beta Was this translation helpful? Give feedback.
0 replies
-
@alex8088 do you know any solutions? i can't test my app without logging in. I need this for logging in the user via google sign in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am setting a custom protocol inside my app. But i can't seem to find a way to test it inside my electron-vite app on development mode. I am using the code:
I think to capture
process.argv
from electron app, you need to run the electron app directly and without using electron-vite. so is there a way to run the renderer vite seperately so that you can run the main app directly and capture the process.argv ?Beta Was this translation helpful? Give feedback.
All reactions