Allow @nx/js:node executor to run directly against typescript sources without building first #33269
daiscog
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a few projects, I've wanted to build a mock server or some other local-only backend using node.
As this will never be released, I don't need a
buildtarget - I'd like instead to just run the project directly from its (typescript) source.It would be great if the
@nx/js:nodeexecutor could do this for me so I don't have to configure ts-node or swc myself.Beta Was this translation helpful? Give feedback.
All reactions