Skip to content

Commit

Permalink
Merge pull request #159 from rupato-deriv/Rupato/Chart--not-reflectin…
Browse files Browse the repository at this point in the history
…g-correctly

Rupato/fix: for charts icons
  • Loading branch information
shafin-deriv authored Nov 29, 2024
2 parents 4939093 + 4603148 commit 88f660e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default defineConfig({
},
},
{ from: 'node_modules/@deriv/deriv-charts/dist/chart/assets/*', to: 'assets/[name][ext]' },
{ from: 'node_modules/@deriv/deriv-charts/dist/chart/assets/fonts/*', to: 'assets/fonts/[name][ext]' },
{ from: 'node_modules/@deriv/deriv-charts/dist/chart/assets/shaders/*', to: 'assets/shaders/[name][ext]' },
{ from: path.join(__dirname, 'public') },
],
},
Expand Down

0 comments on commit 88f660e

Please sign in to comment.