Files
qiming/qiming-xagi-frontend-templates/pnpm-workspace.yaml
2026-06-01 13:43:09 +08:00

17 lines
383 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
packages:
- 'packages/*'
# 保存包的依赖关系以确保一致性
save-workspace-protocol: true
# 启用严格模式确保所有依赖都在workspace中解决
strict-workspace-dependencies: true
# 优化依赖提升策略
package-import-method: auto
# 启用自动安装peer dependencies
auto-install-peers: true
# 忽略构建脚本的警告
ignore-build-scripts: true