mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
migrate to pnpm
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user