Files
certd/pnpm-workspace.yaml
T

27 lines
905 B
YAML
Raw Normal View History

2024-02-28 10:10:47 +08:00
packages:
- 'packages/**' # <--------------开发插件请注释掉这一行,PR时本修改不要提交
2024-10-09 23:23:52 +08:00
- 'packages/ui/**'
2024-02-28 10:10:47 +08:00
- '!**/test/**'
- '!packages/libs/libs/lib-huawei'
- '!packages/libs/libs/lib-iframe'
- '!packages/libs/libs/lib-jdcloud'
# - '!packages/libs/libs/lib-k8s' # k8s引用了basic
- '!packages/libs/libs/midway-flyway-js'
2024-10-09 23:23:52 +08:00
# 禁止放开这里的注释,不要配置allowBuilds
# allowBuilds:
# aws-crt: set this to true or false
# better-sqlite3: set this to true or false
# core-js: set this to true or false
# cos-js-sdk-v5: set this to true or false
# cpu-features: set this to true or false
# es5-ext: set this to true or false
# esbuild: set this to true or false
# ssh2: set this to true or false
# unrs-resolver: set this to true or false
# vue-demi: set this to true or false
2026-05-26 11:54:04 +08:00
linkWorkspacePackages: deep
preferWorkspacePackages: true