nose-pluto/bin/version.ts

5 lines
123 B
TypeScript

// The git sha for the running server.
import { GIT_SHA } from "@/config"
export default function () {
return GIT_SHA
}