"添加前端模板和运行代码模块"
This commit is contained in:
17
qiming-xagi-frontend-templates/pnpm-workspace.yaml
Normal file
17
qiming-xagi-frontend-templates/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user