hyperswitch-control-center
hyperswitch-control-center copied to clipboard
chore: new command to run start commands in parallel
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