Skip to content

Commit

Permalink
Merge pull request #92 from TestaDiMucca/jck/build-workarounds
Browse files Browse the repository at this point in the history
Apply workarounds to allow package building
  • Loading branch information
Jkwok0714 authored Aug 18, 2024
2 parents edda019 + 4648c5c commit f16368a
Show file tree
Hide file tree
Showing 8 changed files with 1,768 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ lib/
dist/
dist_electron/
tsconfig.tsbuildinfo
h-util-ui/Electron/packages
1 change: 1 addition & 0 deletions h-util-ui/Electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import moduleAliases from 'module-alias';

moduleAliases.addAliases({
'@util': path.join(__dirname, 'util'),
'@common': path.join(__dirname, 'packages'),
'@shared': path.join(__dirname, '../common'),
});

Expand Down
Loading

0 comments on commit f16368a

Please sign in to comment.