Adding automatic start to playing if we set an env variable.

Also added a dev container that will hot load your code, so we can make
sure out environments are identical.
This commit is contained in:
Tyler Marques 2025-03-19 09:36:31 -04:00
parent f00a037aed
commit 40851c572e
No known key found for this signature in database
GPG key ID: 7672EFD79378341C
2 changed files with 18 additions and 4 deletions

View file

@ -14,3 +14,11 @@ services:
ports:
- "4173:4173"
- "5173:5173"
diplomacy-dev:
build: ai_animation
ports:
- "4173:4173"
- "5173:5173"
command: ["npm", "run", "dev-all"]
volumes:
- "./ai_animation/:/app/"