feat: support self hosted grist (#5655)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Philip Standt
2023-08-14 20:46:24 +02:00
committed by GitHub
parent b7bfc4bb1a
commit c38e045df2
6 changed files with 93 additions and 8 deletions

View File

@@ -24,4 +24,6 @@ function Grist(props: Props) {
Grist.ENABLED = [new RegExp("^https?://([a-z.-]+\\.)?getgrist\\.com/(.+)$")];
Grist.URL_PATH_REGEX = /(.+)/;
export default Grist;