8000 Tags · nyxblabs/nyxbi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nyxblabs/nyxbi

Tags

v0.0.6

Toggle v0.0.6's commit message
🚀 feat(cli-wrapper.ts): add wrapper for CLI entrypoint to enable rest…

…artable process

The `cli-wrapper.ts` file is added to wrap the CLI entrypoint in a restartable process. This is done to enable the application to be restarted without having to manually stop and start the process. The wrapper is only enabled for the `nuxt dev` command. The wrapper starts a subprocess and listens for messages from the child process. If the child process sends a `nuxt:restart` message, the subprocess is killed and a new subprocess is started.

v0.0.3

Toggle v0.0.3's commit message
🐛 fix(add.ts): correct typo in usage command from nuxi to nyxbi

The usage command for the add command was incorrectly spelled as "nuxi" instead of "nyxbi". This commit fixes the typo to ensure that the correct command is used.
0