use git commit hash verification when replaying archived games (#204)

This commit is contained in:
evanpelle
2025-03-10 12:40:36 -07:00
committed by GitHub
parent 6a24bce213
commit 5dc00bc3ab
10 changed files with 138 additions and 59 deletions
+3
View File
@@ -23,6 +23,9 @@ export class DevServerConfig extends DefaultServerConfig {
numWorkers(): number {
return 2;
}
gitCommit(): string {
return "DEV";
}
}
export class DevConfig extends DefaultConfig {