1
0

more refactor
All checks were successful
Test / test (push) Successful in 9m26s

This commit is contained in:
Aiden
2026-06-10 12:27:12 +10:00
parent ca577d2e92
commit 481ca9fc47
5 changed files with 272 additions and 111 deletions

View File

@@ -7,7 +7,7 @@
"dev": "npm run build && vite --host 127.0.0.1",
"build": "tsc",
"check": "tsc --noEmit",
"test": "npm run build && node --test tests/time.test.mjs tests/projection.test.mjs tests/media-controller.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",
"preview": "npm run build && vite preview --host 127.0.0.1"
},
"devDependencies": {