-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👷 build: Node.js command line arguments use hyphens (-) as word separators #5449
Conversation
@dupl is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @dupl Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5449 +/- ##
=======================================
Coverage 92.95% 92.95%
=======================================
Files 635 635
Lines 55507 55507
Branches 4019 4019
=======================================
Hits 51595 51595
Misses 3912 3912
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ Great PR @dupl ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
🎉 This PR is included in version 1.46.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Node.js 的命令行参数使用连字符(-)作为单词之间的分隔符,这是一个普遍的命令行参数命名约定,也是 Node.js 官方文档中采用的标准格式。
Node.js command line arguments use hyphens (-) as word separators, which is a common convention for command line parameters.
📝 补充信息 | Additional Information
NODE_OPTIONS="--max-old-space-size=4096",将原来的分隔符“_”换成了“-”。