Files
noahspan-flying/dapr.yaml
2025-01-17 20:38:24 -06:00

15 lines
264 B
YAML

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']