5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
// The git sha for the running server.
|
|
import { GIT_SHA } from "@/config"
|
|
export default function () {
|
|
return GIT_SHA
|
|
} |