feat: add dapr.yaml

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-01-31 23:41:15 +00:00
parent 67cff3ab89
commit 4712fcc2a5
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version: 1
common:
resourcesPath: ../../components
apps:
- appDirPath: ./order-processor/
appID: order-processor
command: ["go", "run", "."]