5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
# Local development processes
|
|
# Components will be added below as they're created
|
|
api: cd services/api && make run
|
|
background-processor: cd workers/background-processor && make run
|