chore: Align frontend with LexVoice gateway deploy#13
Open
jiejuncai-ly wants to merge 16 commits into
Open
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author
|
说明: |
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.
变更概述
这个 PR 让前端仓库只保留 Next.js UI 职责,并把 LiveAvatar sandbox gateway 的部署说明指向 LexVoice 仓库的
deploy/liveavatar_gateway。主要改动
.env.example不再承载 gateway/broker/template/warm pool/server-only secret 配置,改为指向 LexVoice 仓库下的deploy/liveavatar_gateway/env.example。next.config.ts的allowedDevOrigins只保留本地开发域名liveavatar.local.lexmount.net,移除冗余生产域名。../lex-voice或lex-voice/...路径,改为描述 LexVoice repository,避免隐含固定 workspace 布局。.gitignore不再宽泛忽略顶层/logs/,只保留旧 gateway 本地遗留 artifact 的精确忽略规则。tests/project-config.test.mjs,同步约束新的文档语义。影响说明
deploy/liveavatar_gateway。验证
pnpm test✅ passed: 71 tests passedpnpm lint✅ passedpnpm exec eslint .✅ passedgit diff --check✅ passed