This commit is contained in:
gcch 2025-11-11 13:34:13 +01:00
commit 628ac2c593
8 changed files with 467 additions and 595 deletions

View file

@ -5,6 +5,7 @@ export default defineConfig({
dts: { oxc: true, parallel: true },
entry: ["./index.ts"],
minify: false,
nodeProtocol: true,
platform: "node",
sourcemap: false,
target: "esnext",