Skip to content

Commit

Permalink
Merge pull request #1529 from redpanda-data/fix/build-path
Browse files Browse the repository at this point in the history
Fix rsbuild for Docker
  • Loading branch information
jvorcak authored Nov 25, 2024
2 parents 8a65264 + 8445f43 commit ee08245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/module-federation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
name: 'rp_console',

exposes: {
'./EmbeddedApp': './src/EmbeddedApp',
'./injectApp': './src/injectApp',
'./EmbeddedApp': './src/EmbeddedApp.tsx',
'./injectApp': './src/injectApp.tsx',
'./config': './src/config.ts',
},

Expand Down

0 comments on commit ee08245

Please sign in to comment.