Refactor VPN proxy client implementation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
|
||||
fs.rmSync(path.resolve('.test-dist'), { recursive: true, force: true });
|
||||
Reference in New Issue
Block a user