fixes for pnpm v10

This commit is contained in:
jeffvli 2025-05-25 18:55:26 -07:00
parent 90afa11f20
commit 9c26187b45
2 changed files with 7 additions and 0 deletions

1
.npmrc
View file

@ -1 +1,2 @@
legacy-peer-deps=true legacy-peer-deps=true
only-built-dependencies=electron,esbuild

View file

@ -165,5 +165,11 @@
"vite-plugin-dynamic-import": "^1.6.0", "vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-ejs": "^1.7.0" "vite-plugin-ejs": "^1.7.0"
}, },
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild"
]
},
"productName": "feishin" "productName": "feishin"
} }