1
0

hand adjsutments
All checks were successful
Test / test (push) Successful in 9m30s

This commit is contained in:
Aiden
2026-06-10 14:32:47 +10:00
parent 5397bf1a5c
commit c1fbfd3b5e
4 changed files with 228 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
"dev": "npm run build && vite --host 0.0.0.0",
"build": "tsc",
"check": "tsc --noEmit",
"test": "npm run build && node --test tests/time.test.mjs tests/projection.test.mjs tests/media-controller.test.mjs tests/texture-manager.test.mjs tests/media-adapter.test.mjs",
"test": "npm run build && node --test tests/time.test.mjs tests/projection.test.mjs tests/media-controller.test.mjs tests/texture-manager.test.mjs tests/media-adapter.test.mjs tests/hand-aim.test.mjs",
"preview": "npm run build && vite preview --host 127.0.0.1"
},
"devDependencies": {