[FA-13] Works locally, probably works in CICD

This commit is contained in:
gamer147
2025-11-22 18:14:01 -05:00
parent ceb4271182
commit df7978fb43
14 changed files with 236 additions and 19 deletions

View File

@@ -69,6 +69,6 @@ public class Program
app.MapGraphQL();
app.Run();
app.RunWithGraphQLCommands(args);
}
}