mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00: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")
|