How to use same userData folder in dev mode as in build mode?
#11044
Unanswered
Shinigami92
asked this question in
CLI - Electron mode
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.
My
package.json:{ // ... "productName": "watchlist", "scripts": { "dev": "quasar dev -m electron", "build": "quasar build -m electron", // ... }, // ... }app.getPath('userData')dev:
~/.config/Electron/build:
~/.config/watchlist/(or to be clear~/.config/<productName>/)All reactions