mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
migrate to pnpm
This commit is contained in:
parent
91715ebf7d
commit
faadff0211
5 changed files with 10397 additions and 16458 deletions
|
|
@ -10,6 +10,9 @@ const config: UserConfig = {
|
|||
main: {
|
||||
build: {
|
||||
outDir: './release/app/dist/main',
|
||||
rollupOptions: {
|
||||
external: ['source-map-support'],
|
||||
},
|
||||
},
|
||||
define: {
|
||||
'import.meta.env.IS_LINUX': JSON.stringify(currentOSEnv === 'linux'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue