version: 1 common: resourcesPaths: ['./.dapr/components'] apps: - appID: flying-api appDirPath: ./api appPort: 3000 command: ['npm', 'run', 'start'] - appID: flying-app appDirPath: ./app appPort: 5173 command: ['npm', 'run', 'dev']