1
0

removed hand specific tracking
All checks were successful
Publish Pages / publish (push) Successful in 22s
Test / test (push) Successful in 11s

This commit is contained in:
Aiden
2026-06-11 16:51:42 +10:00
parent a4bbd71b31
commit fbfdc1c575
13 changed files with 43 additions and 771 deletions

View File

@@ -0,0 +1,7 @@
import { rm } from 'node:fs/promises';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
const rootDir = dirname(dirname(fileURLToPath(import.meta.url)));
await rm(join(rootDir, 'vr180player'), { force: true, recursive: true });