build(frontend): 纳管 pnpm 锁文件与 workspace 配置
pnpm-lock.yaml 锁定依赖版本以保证可复现安装; pnpm-workspace.yaml 声明构建脚本白名单配置。
This commit is contained in:
4
frontend/pnpm-workspace.yaml
Normal file
4
frontend/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
allowBuilds:
|
||||
'@parcel/watcher': set this to true or false
|
||||
esbuild: set this to true or false
|
||||
vue-demi: set this to true or false
|
||||
Reference in New Issue
Block a user