1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-10 07:35:17 +02:00

fix(package): add missing pnpm overrides for esbuild in package.json

This commit is contained in:
Sean Morley 2025-06-23 17:27:19 -04:00
parent b6e5e4abc0
commit ed11d29d2e
2 changed files with 114 additions and 582 deletions

View file

@ -53,5 +53,10 @@
},
"overrides": {
"esbuild": "^0.25.0"
},
"pnpm": {
"overrides": {
"esbuild": "^0.25.0"
}
}
}