Rework deploy scripts to correctly build and handle multiple environments.
This commit is contained in:
@ -211,7 +211,7 @@ proc start*(ctx: PMApiContext): void =
|
||||
|
||||
settings:
|
||||
port = Port(ctx.cfg.port)
|
||||
appName = "/api"
|
||||
appName = "/v0"
|
||||
|
||||
routes:
|
||||
|
||||
|
Reference in New Issue
Block a user