Skip to content

fix(@aether/editor-host): 声明 Vercel 输出目录与构建命令 - #12

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
converge/editor-host/vercel-output-config
Open

fix(@aether/editor-host): 声明 Vercel 输出目录与构建命令#12
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
converge/editor-host/vercel-output-config

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

针对 Vercel 报错 No Output Directory named "dist" found,为 editor-host 增加显式项目配置:

{
  "framework": "vite",
  "buildCommand": "pnpm run build",
  "outputDirectory": "dist",
  "installCommand": "pnpm install --frozen-lockfile"
}

该配置应与 Vercel Project Settings 的 Root Directory apps/@aether/editor-host 配套使用,避免平台在 monorepo 根目录寻找错误的 dist 路径或使用未预期的构建命令。

验证:在 editor-host 目录执行 VERCEL=1 pnpm run build,成功生成 dist/index.html 与静态 assets。

Link to Devin session: https://app.devin.ai/sessions/7e670767e05f493aa100328490d2a1b8
Requested by: @CodeSky-dev

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@CodeSky-dev CodeSky-dev self-assigned this Aug 18, 2026
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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