This commit is contained in:
2024-04-02 01:41:51 +02:00
parent e63f351f63
commit 95d8d9a58f
20 changed files with 1006 additions and 577 deletions

View File

@ -1,4 +1,4 @@
import {WiFiNetwork} from "./IPCConstants";
import {WiFiNetwork} from "./RawConstants";
import {spawn, exec} from 'node:child_process';
import * as dns from "dns";
import * as process from "process";