Merge branch 'v25'

This commit is contained in:
evanpelle
2025-09-18 11:26:53 -07:00
33 changed files with 508 additions and 374 deletions
+16
View File
@@ -76,6 +76,22 @@ To run just the server with development settings:
npm run start:server-dev
```
### Connecting to staging or production backends
Sometimes it's useful to connect to production servers when replaying a game, testing user profiles, purchases, or login flow.
To connect to staging api servers:
```bash
npm run dev:staging
```
To connect to production api servers:
```bash
npm run dev:prod
```
## 🛠️ Development Tools
- **Format code**: