We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373e5e8 commit 543933fCopy full SHA for 543933f
packages/insomnia/electron-builder.config.js
@@ -2,7 +2,10 @@ const BINARY_PREFIX = 'Insomnia.Core';
2
// NOTE: USE_HARD_LINKS
3
// https://github.com/electron-userland/electron-builder/issues/4594#issuecomment-574653870
4
5
-// @type {import('electron-builder').Configuration}
+/**
6
+ * @type {import('electron-builder').Configuration}
7
+ * @see https://www.electron.build/configuration/configuration
8
+ */
9
const config = {
10
npmRebuild: false,
11
appId: 'com.insomnia.app',
0 commit comments