feat: serve planning snapshots on loopback

This commit is contained in:
梁薄云
2026-08-06 09:38:12 +08:00
parent 106201e87b
commit fa1a2666d3
6 changed files with 955 additions and 0 deletions
@@ -10,6 +10,7 @@ internal static class Program
{
ContractChecks.Run();
RuntimeChecks.Run();
ServerChecks.Run();
Console.WriteLine("PASS trajectory-planning-visualization");
return 0;
}