uni icon indicating copy to clipboard operation
uni copied to clipboard

An extremely opinionated TypeScript monorepo tool.

Results 3 uni issues
Sort by recently updated
recently updated
newest added

This PR does 3 things: - Cause the child process to be stopped with SIGTERM instead of SIGKILL. SIGKILL is still sent if the process has not stopped after a...

When uni exits or reloads the child process on rebuild, it should try to terminate the process with a SIGTERM rather than a SIGKILL in case there is any cleanup...

See https://github.com/spf13/cobra/issues/739 Workaround: use `--` before arguments.