4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { GIT_SHA } from "@/config"
|
|
export default function () {
|
|
return GIT_SHA
|
|
} |