How to handle productName in package.json #317
Unanswered
TravisBumgarner
asked this question in
Q&A
Replies: 0 comments
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 currently building an Electron app. I use it throughout the day so I leave it running, installed in Mac's Applications folder, I'll refer to this as
Prod App
. When I develop the app, I runvite --force
to start the dev mode, I'll refer to this asDev App
. I've noticed, that ifProd App
is running when I start dev, theProd App
will be brought forward, but theDev App
will never launch. If I close theProd App
, runvite --force
, I get theDev App
to show. There are no errors. I've narrowed this down toproductName
field in the package.json being the same for bothProd App
andDev App
. What is the recommended way to have unique names for both apps?Beta Was this translation helpful? Give feedback.
All reactions