Moved to typescript for main file. Added logging util, more types

This commit is contained in:
Tyler Marques 2025-03-11 11:06:51 -04:00
parent c421468def
commit 245091ada9
No known key found for this signature in database
GPG key ID: 7672EFD79378341C
6 changed files with 174 additions and 52 deletions

View file

@ -13,6 +13,7 @@
"vite": "^6.2.0"
},
"dependencies": {
"@types/three": "^0.174.0",
"three": "^0.174.0",
"zod": "^3.24.2"
}