feat: Automatic runtime customization using shebangs

This commit is contained in:
2026-04-09 14:16:02 -06:00
parent dedcef8ac5
commit a5899da4fb
5 changed files with 84 additions and 80 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
// Usage: ./{function_name}.ts <tool-data>
import { readFileSync, writeFileSync, existsSync, statSync } from "fs";
import { join, basename } from "path";
import { readFileSync, writeFileSync, existsSync } from "fs";
import { join } from "path";
import { pathToFileURL } from "url";
async function main(): Promise<void> {