Folo/apps/main/global.d.ts

7 lines
88 B
TypeScript

import "../../types/vite"
declare global {
const GIT_COMMIT_HASH: string
}
export {}