forked from EXT/VR180-Web-Player
removed hand specific tracking
This commit is contained in:
7
scripts/clean-build-output.mjs
Normal file
7
scripts/clean-build-output.mjs
Normal 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 });
|
||||
Reference in New Issue
Block a user