Skip to content

Commit 543933f

Browse files
committed
fix jsdoc
1 parent 373e5e8 commit 543933f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/insomnia/electron-builder.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ const BINARY_PREFIX = 'Insomnia.Core';
22
// NOTE: USE_HARD_LINKS
33
// https://github.com/electron-userland/electron-builder/issues/4594#issuecomment-574653870
44

5-
// @type {import('electron-builder').Configuration}
5+
/**
6+
* @type {import('electron-builder').Configuration}
7+
* @see https://www.electron.build/configuration/configuration
8+
*/
69
const config = {
710
npmRebuild: false,
811
appId: 'com.insomnia.app',

0 commit comments

Comments
 (0)