mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
fixes for pnpm v10
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
legacy-peer-deps=true
|
legacy-peer-deps=true
|
||||||
|
only-built-dependencies=electron,esbuild
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user