-
Notifications
You must be signed in to change notification settings - Fork 453
fix: local dev cannot proxy online and update dev docs #1744
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
Conversation
WalkthroughAdded a dev script that enables authenticated dev runs via VITE_AUTH, exposed VITE_AUTH in the design-core Vite config, and updated design-core registry to enable login when VITE_AUTH is true or when not in a development environment. Also editorial/docs fixes and typos. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@docs/development-getting-started/debugging-of-java-backend.md`:
- Line 27: Update each Markdown image that currently uses empty alt text (e.g.,
the line "") to include a short
descriptive alt string inside the brackets (for every occurrence such as
"./imgs/java-debugging-image36.png" and the other images referenced at the noted
locations), so change the alt text to a concise description like "Java debugger
UI showing breakpoints" for that image and similar brief descriptions for the
others to satisfy accessibility/lint rules.
- Line 38: Replace the bolded line "**在按照上述操作后的新建的数据库名称上右键选择“运行 SQL
文件”->在文件项选择下面两个 SQL 文件导入运行**" with a proper Markdown heading (for example prefix
with "##### ") so it becomes a section title instead of bold emphasis; update
the same text to "##### 在按照上述操作后的新建的数据库名称上右键选择“运行 SQL 文件”->在文件项选择下面两个 SQL
文件导入运行" in docs/development-getting-started/debugging-of-java-backend.md.
English | 简体中文
PR
修复本地开发转到接口到线上报错问题
更新前后端启动文档
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Chores
Documentation
✏️ Tip: You can customize this high-level summary in your review settings.