修复:稳定 Windows 与 Alter 本地启动 - #31
Merged
Merged
Conversation
damingishere-coder
marked this pull request as ready for review
August 22, 2026 04:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改内容
scripts/run_frontend.ps1与scripts/run_backend.ps1,让 Alter 分别以前台方式托管两个组件。根因
验证
corepack pnpm@10.20.0 --dir front build:通过,13/13 页面生成成功。http://127.0.0.1:6866/:HTTP 200,页面实际加载且无控制台错误。http://127.0.0.1:8888/api/health:HTTP 200,状态UP,浏览器自动化未初始化。git diff --check:通过。