Replies: 2 comments
-
Bump? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The answer provided in https://stackoverflow.com/questions/73907450/unix-pipe-in-nx-project-json still works. Basically embed the An example "serve": {
"command":"nx run-node-server server | pino-pretty",
"continuous": true
},
"run-node-server": {
"executor": "@nx/js:node",
"continuous": true,
...
} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello!
TUI is great! But with https://github.com/pinojs/pino-pretty I used to launch my app like this :
nx serve | pino-pretty
.It doesn't work with TUI. I'm not sure what could be done to support this use case.
(I know that pino-pretty does have a programmatic integration, but for the same reason listed in the readme of pino-pretty, I prefer to use the pipe solution).
Beta Was this translation helpful? Give feedback.
All reactions