nx-console icon indicating copy to clipboard operation
nx-console copied to clipboard

Add "Working directory" option to IntelliJ run configurations

Open oliveryasuna opened this issue 1 year ago • 0 comments
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 ....

oliveryasuna avatar Nov 21 '24 23:11 oliveryasuna