electron-vite
electron-vite copied to clipboard
feat: add npm releasing github action, and enhance the server watch mode
Description
- Add npm releasing automation
- Enhance
watch
mode of the server module, make the server restarting more gracefully
Additional context
What is the purpose of this pull request?
- [ ] Bug fix
- [x] New Feature
- [ ] Documentation update
- [ ] Other
Before submitting the PR, please make sure you do the following
- [x] Read the Contributing Guidelines.
- [x] Read the Pull Request Guidelines and follow the Commit Convention.
- [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123
).