mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-06 20:49:46 +00:00
4a25ca934b
pnpm v11 introduces breaking changes that cause frozen installations to fail: 1. The "pnpm" field in package.json is no longer read. Moved `overrides` to `pnpm-workspace.yaml` to fix `ERR_PNPM_LOCKFILE_CONFIG_MISMATCH`. 2. `strictDepBuilds` is now enabled by default. Added required dependencies (esbuild, unrs-resolver, vue-demi) to `allowBuilds` in the workspace config to fix `ERR_PNPM_IGNORED_BUILDS`.
14 lines
220 B
YAML
14 lines
220 B
YAML
packages:
|
|
- 'easytier-web/frontend'
|
|
- 'easytier-web/frontend-lib'
|
|
- 'easytier-gui'
|
|
- 'tauri-plugin-vpnservice'
|
|
|
|
overrides:
|
|
minimatch: 10.2.4
|
|
|
|
allowBuilds:
|
|
esbuild: true
|
|
unrs-resolver: true
|
|
vue-demi: true
|