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:
Tyler Marques 2025-03-17 14:54:21 -04:00
parent ee75a2a4ba
commit 33298eff3c
No known key found for this signature in database
GPG key ID: 7672EFD79378341C
9 changed files with 177 additions and 100 deletions

View file

@ -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",