Add a note to the README explaining the nuances of replaying production games locally (#2416)

## Description:

Had an issue with replaying games via `npm run dev:prod`. 

Added summary of the [issue
discussion](https://discord.com/channels/1359946986937258015/1359946989046989063/1436819549205827697)
with @evanpelle into this PR


## Please put your Discord username so you can be contacted if a bug or
regression is found:

nikolaj_mykola
This commit is contained in:
Mykola
2025-11-08 23:21:30 +02:00
committed by GitHub
parent d07f84f801
commit ffe1ad0e81
+3
View File
@@ -91,6 +91,9 @@ npm run start:server-dev
Sometimes it's useful to connect to production servers when replaying a game, testing user profiles, purchases, or login flow.
> To replay a production game, make sure you're on the same commit that the game you want to replay was executed on, you can find the `gitCommit` value via `https://api.openfront.io/game/[gameId]`.
> Unfinished games cannot be replayed on localhost.
To connect to staging api servers:
```bash