Closed keypuncherlabs closed 2 years ago
Note, once manually copy over the directory and rename it to match the path nx-electron is looking for it works, but was hoping to find a more straight forward approach for this.
Currently we only support the default nx structure (all apps should be directly below the /apps directory). We would be happy to include it to the project if you are willing to implement it.
Okay great, I will certainly add to my list of things to work on. Thanks for the permission to update it.
@keypuncherlabs did you get anywhere with this?
Describe the bug When trying to create new projects under custom directories inside the /apps folder in the NX file structure, nx-electron is looking for the wrong dist folder during make/build.
To Reproduce Steps to reproduce the behavior:
Expected behavior nx-electron should use the same directory structure generated by NX during build time 'dist/apps/sonarfi/client/desktop/electron-app' to find the project instead of 'dist/apps/sonarfi-client-desktop-electron-app/index.js'
Desktop (please complete the following information):