update server to fix missing tactic docs bug

This commit is contained in:
Kevin Buzzard
2023-10-02 19:37:45 +01:00
parent cf71157d1c
commit 54eea0ef51
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ def LocalGameServer : Dependency := {
def RemoteGameServer : Dependency := {
name := `GameServer
src := Source.git "https://github.com/leanprover-community/lean4game.git" "5c919fb983250909e83f5454ed19693b099c090e" "server"
src := Source.git "https://github.com/leanprover-community/lean4game.git" "a423681150d88e06ae9bda9bb056b8faf83251cb" "server"
}
/- Choose dependency depending on the environment variable NODE_ENV -/