switch to dev

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-17 17:37:43 -04:00
parent 4efd1ffb6d
commit 18cffbba33

View File

@@ -12,7 +12,7 @@ services:
# Persistent SQLite database
- game-grid-data:/data
environment:
NODE_ENV: production
NODE_ENV: development
GAMES_PATH: /games
DB_PATH: /data/game-grid.db
# The URL clients use to reach this app — required for login to work.