nx-console
nx-console copied to clipboard
Add "Working directory" option to IntelliJ run configurations
trafficstars
I think the title is self-explanatory. Sometimes, we need to run our targets from specific directories.
My current workaround is to have a second target that uses nx:run-commands, sets the working directory, and runs nx run ....