update demendecies and update types generation

This commit is contained in:
2025-10-05 18:10:08 +02:00
parent e895487743
commit ec9ef486c4
7 changed files with 318 additions and 230 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env bun
import { Config, type ResolvedConfig } from "../config.ts";
import pkg from "../../package.json" with { type: "json" };