I am using electron-vite package boilerplate and I need to find a way to add python as child process. There is an issue in getting some files copied over to the "dist" folder and in [PR#225] (electron-vite/electron-vite-vue#255), this plugin is recommended.
The following is my setup:

How do I make sure a py folder is copied over to the dist folder ya? Both during dev and build.
I am using electron-vite package boilerplate and I need to find a way to add python as child process. There is an issue in getting some files copied over to the "dist" folder and in [PR#225] (electron-vite/electron-vite-vue#255), this plugin is recommended.
The following is my setup:

How do I make sure a
pyfolder is copied over to thedistfolder ya? Both during dev and build.