mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-05-01 17:45:26 +00:00
Streams to twitch given a correct streaming key. Needs to fic the fact that the screen isn't the full width of the monitor
This commit is contained in:
parent
ee75a2a4ba
commit
33298eff3c
9 changed files with 177 additions and 100 deletions
|
|
@ -5,8 +5,9 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev-all": "vite --host 0.0.0.0",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview --host 0.0.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.7.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue