what do you think about adding a build cmd for the frontend in the root package.json.
something like cd renderer/ && npm run build && cd -. This could then be added to the dist cmd.
this would be awesome if it still works when cding into subdirectories. because you can run npm run scripts even if you are not at root level.
@timoweiss
this would be awesome if it still works when cding into subdirectories. because you can run npm run scripts even if you are not at root level.
@timoweiss