Skip to content

chore: Align frontend with LexVoice gateway deploy#13

Open
jiejuncai-ly wants to merge 16 commits into
lex-mainfrom
sync/sandbox-gateway-on-lex-main-20260618
Open

chore: Align frontend with LexVoice gateway deploy#13
jiejuncai-ly wants to merge 16 commits into
lex-mainfrom
sync/sandbox-gateway-on-lex-main-20260618

Conversation

@jiejuncai-ly

@jiejuncai-ly jiejuncai-ly commented Jun 24, 2026

Copy link
Copy Markdown

变更概述

这个 PR 让前端仓库只保留 Next.js UI 职责,并把 LiveAvatar sandbox gateway 的部署说明指向 LexVoice 仓库的 deploy/liveavatar_gateway

主要改动

  • README 说明 sandbox-backed public deployment 由 LexVoice 仓库负责。
  • .env.example 不再承载 gateway/broker/template/warm pool/server-only secret 配置,改为指向 LexVoice 仓库下的 deploy/liveavatar_gateway/env.example
  • next.config.tsallowedDevOrigins 只保留本地开发域名 liveavatar.local.lexmount.net,移除冗余生产域名。
  • README 不再写死 ../lex-voicelex-voice/... 路径,改为描述 LexVoice repository,避免隐含固定 workspace 布局。
  • .gitignore 不再宽泛忽略顶层 /logs/,只保留旧 gateway 本地遗留 artifact 的精确忽略规则。
  • 更新 tests/project-config.test.mjs,同步约束新的文档语义。

影响说明

  • 前端运行时行为不变,仍由 LexVoice runtime 注入 LiveKit、room-input、agent、media 和 debug 相关环境。
  • sandbox 创建、释放、warm pool 和 gateway 生命周期不在前端仓库维护,统一放到 LexVoice 仓库的 deploy/liveavatar_gateway

验证

  • pnpm test

    ✅ passed: 71 tests passed

  • pnpm lint

    ✅ passed

  • pnpm exec eslint .

    ✅ passed

  • git diff --check

    ✅ passed

@jiejuncai-ly jiejuncai-ly marked this pull request as ready for review June 24, 2026 03:31
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@jiejuncai-ly jiejuncai-ly changed the title feat: Add LiveAvatar sandbox gateway chore: Align frontend with LexVoice gateway deploy Jun 24, 2026
@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@lexmount lexmount deleted a comment from github-actions Bot Jun 24, 2026
@github-actions

This comment was marked as resolved.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@jiejuncai-ly

Copy link
Copy Markdown
Author

说明:allowedDevOrigins 只影响 Next.js development 模式下的跨域 origin 校验,不参与生产运行时配置。这里从 liveavatar.lexmount.cn 切到 liveavatar.local.lexmount.net 是为了匹配当前本地 gateway/dev 域名;如果本地 LexVoice 仍在使用旧域名,需要同步把本地访问域名更新到 .local 域名。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant