Expose Git SHA to window (#1847)
* expose git sha * move to global.d.ts * fix vercel domain
This commit is contained in:
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
@ -10,6 +10,7 @@ interface Document {
|
||||
|
||||
interface Window {
|
||||
ClipboardItem: any;
|
||||
__EXCALIDRAW_SHA__: string;
|
||||
}
|
||||
|
||||
interface Clipboard extends EventTarget {
|
||||
|
Reference in New Issue
Block a user