Files
opencode/scripts/publish.ts
Dax Raad 22d92aa505 sync
2025-07-24 09:24:22 -04:00

10 lines
151 B
TypeScript
Executable File

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