hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

chore: new command to run start commands in parallel

Open Riddhiagrawal001 opened this issue 5 months ago • 1 comments

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [X] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

To start the application we need to run two commands "npm run re:start" and "npm start". This library will help to run commands in parallel

Motivation and Context

How did you test it?

Run this command in local to check if both the start commands are running in parallel

Where to test it?

  • [X] INTEG
  • [X] SANDBOX
  • [X] PROD

Checklist

  • [X] I ran npm run re:build
  • [x] I reviewed submitted code
  • [ ] I added unit tests for my changes where possible

Riddhiagrawal001 avatar Sep 26 '24 11:09 Riddhiagrawal001