migrate to pnpm

This commit is contained in:
jeffvli 2025-05-22 21:19:05 -07:00
parent 91715ebf7d
commit faadff0211
5 changed files with 10397 additions and 16458 deletions

View file

@ -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'),