mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-25 16:01:57 +00:00
13c4ebb7a6
Shorter, cleaner path. The 'web-' prefix was redundant given the dir sits at the repo root next to web/ and is unambiguously the admin web app. Git tracked the rename so blame + history follow through to the new location. Updated README.md and docs/VENDOR_LOCKIN.md references plus the package README header. No code changes.
12 lines
404 B
YAML
12 lines
404 B
YAML
# pnpm 11+ moved settings out of package.json. Mirrors web/pnpm-workspace.yaml.
|
|
#
|
|
# Trust the install-time build scripts of these packages so pnpm doesn't
|
|
# refuse to run them. esbuild is pulled in transitively by vite and
|
|
# needs to compile its native binary at install time.
|
|
allowBuilds:
|
|
esbuild: true
|
|
|
|
# Match the dashboard's overrides so transitive deps don't drift.
|
|
overrides:
|
|
picomatch: ^4.0.4
|