-
i am trying to add electron-vite to vue 3+vite app, how to keep old structure without adding
electron.vite.config.js:
get error when building
|
Beta Was this translation helpful? Give feedback.
Answered by
alex8088
Jul 25, 2023
Replies: 1 comment 1 reply
-
check out https://electron-vite.org/guide/dev.html#customizing NOTE By default, the renderer's working directory is located in src/renderer. In this example, the renderer root option should be set to '.'. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Metam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check out https://electron-vite.org/guide/dev.html#customizing
NOTE
By default, the renderer's working directory is located in src/renderer. In this example, the renderer root option should be set to '.'.