This commit is contained in:
Dax Raad
2025-07-24 09:22:53 -04:00
parent 6357869e81
commit 22d92aa505
20 changed files with 126 additions and 964 deletions

9
scripts/publish.ts Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bun
import { $ } from "bun"
import pkg from "../package.json"
const version = process.env["VERSION"]
await import("./stainless.ts")