Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:10:38 +00:00
parent 15d8a1be76
commit 87a45b1bc5

View file

@ -75,6 +75,7 @@ export async function configureRailwayService(opts: {
token: string;
serviceId: string;
environmentId: string;
projectId?: string;
image: string;
variables: Record<string, string>;
startCommand?: string;