version: 1
common:
resourcesPath: ../../components
apps:
- appID: order-processor
appDirPath: ./order-processor/
appPort: 3000
daprHTTPPort: 3500
daprGRPCPort: 50001
command: ["npm", "run", "start:order-process-with-express-server"]