mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
fix: override package.json type to commonjs for electron builds
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"!public/icons/**/*"
|
||||
],
|
||||
"extraMetadata": {
|
||||
"main": "electron/main.cjs"
|
||||
"main": "electron/main.cjs",
|
||||
"type": "commonjs"
|
||||
},
|
||||
"buildDependenciesFromSource": false,
|
||||
"nodeGypRebuild": false,
|
||||
|
||||
Reference in New Issue
Block a user