This commit is contained in:
bipproduction
2025-10-06 08:32:50 +08:00
parent 7e4791dc4b
commit 3f1e9b7473
11 changed files with 276 additions and 174 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bun
import minimist from "minimist";
import { generateEnvTypes } from "./generate/env.generate.js";
import { generateEnvTypes } from "./bin/src/generate/env.generate.ts";
import path from "path";
import net from "net";