Skip to content

Commit

Permalink
Fix coordinator avatars and pgp key files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Apr 30, 2024
1 parent 4b572d0 commit 3114918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ const configMobile: Configuration = {
from: path.resolve(__dirname, 'static/assets/sounds'),
to: path.resolve(__dirname, '../mobile/html/Web.bundle/assets/sounds'),
},
{
from: path.resolve(__dirname, 'static/federation'),
to: path.resolve(__dirname, '../mobile/html/Web.bundle/assets/federation'),
},
],
}),
],
Expand Down

0 comments on commit 3114918

Please sign in to comment.