Skip to content

Commit

Permalink
fix crash after packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mafiosnik777 committed Jun 4, 2023
1 parent 5f28513 commit 729f667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ module.exports = {
},
ignore: [
'src/scss',
'external',
'inference',
'utils',
'src/external',
'src/inference',
'src/utils',
/\.map$/i,
// ...ignoredPaths,
],
Expand Down

0 comments on commit 729f667

Please sign in to comment.