mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Expose Git SHA to window (#1847)
* expose git sha * move to global.d.ts * fix vercel domain
This commit is contained in:
parent
9a5ae05bbf
commit
2a25480272
2 changed files with 10 additions and 3 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue