Process
Process Component
Attribute
Description
Example
process "example-process" {
program = "./path/to/server"
arguments = ["--port", "4000"]
}Last updated
Was this helpful?
process "example-process" {
program = "./path/to/server"
arguments = ["--port", "4000"]
}Last updated
Was this helpful?
Was this helpful?