fix(docker): add .pnpmfile.mjs for pnpm 11 ESM import compatibility
pnpm 11 unconditionally tries to import .pnpmfile.mjs via dynamic ESM import, throwing ERR_MODULE_NOT_FOUND when absent. Add empty hook file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c707a70065
commit
c2e5db62a2
1 changed files with 2 additions and 0 deletions
2
.pnpmfile.mjs
Normal file
2
.pnpmfile.mjs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// pnpm hook file — required by pnpm 11 even if empty
|
||||
export {}
|
||||
Loading…
Add table
Reference in a new issue