juspay / hyperswitch-control-center

Open sourced control center for managing Hyperswitch - an open sourced payment switch.
https://hyperswitch.io/
Apache License 2.0
33 stars 27 forks source link

create separate webpack without including public folder #1444

Closed JeevaRamu0104 closed 4 weeks ago

JeevaRamu0104 commented 1 month ago

Currently all the static assets are present inside the public folder which includes.

  1. Update the existing pipeline to upload the these static assets to s3.
  2. Create a separate webpack or update the existing webpack to ignore the public folder during the internal deployment.So that these assets can be always fetch from s3 rather than fetching it from the deployed container.