Skip to content

Commit

Permalink
Typed forge config (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Mar 1, 2023
1 parent 2992d18 commit 0190455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const AdmZip = require('adm-zip');

module.exports = {
/** @type {import("@electron-forge/shared-types").ForgeConfig} */
const config = {
packagerConfig: {
executableName: 'chainner',
extraResource: './backend/src/',
Expand Down Expand Up @@ -100,3 +101,5 @@ module.exports = {
},
},
};

module.exports = config;

0 comments on commit 0190455

Please sign in to comment.