mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 13:21:17 +08:00
11 lines
187 B
TypeScript
11 lines
187 B
TypeScript
#!/usr/bin/env bun
|
|
|
|
import { $ } from "bun"
|
|
|
|
import pkg from "../package.json"
|
|
|
|
const version = process.env["VERSION"]
|
|
|
|
console.log("publishing stainless")
|
|
await import("./stainless.ts")
|