chore: switch repo scripts to node

This commit is contained in:
Peter Steinberger
2026-01-18 18:46:18 +00:00
parent ee380e9ab9
commit 5f21bf735a
6 changed files with 40 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bun
#!/usr/bin/env -S node --import tsx
import os from "node:os";
import path from "node:path";
import { spawnSync } from "node:child_process";