Skip to content

Conversation

@ka215
Copy link
Contributor

@ka215 ka215 commented Sep 30, 2025

変更内容

  • Nitroビルドの軽量化施策

確認事項

  • Lint (Biome) が通過
  • pnpm build / pnpm preview が成功

@ka215 ka215 merged commit 4f8f58d into main Sep 30, 2025
1 check passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines +11 to +16
# 余計なプラットフォーム用の optional を入れない(任意)
supportedArchitectures:
os:
- win32
cpu:
- x64

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Limiting optional binaries to win32 breaks non‑Windows installs

pnpm-workspace.yaml narrows supportedArchitectures to only win32/x64. pnpm uses this list to decide which platform-specific optional dependencies to install. Running pnpm install on Linux or macOS (the usual local and CI/Cloudflare environments for this repo) will skip the native binaries for packages like esbuild and @parcel/watcher, leading to missing executables or slow source builds and installation failures. Unless the project is meant to run exclusively on Windows, this change makes non‑Windows environments unable to install or build the project.

Useful? React with 👍 / 👎.

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