[WEB-1116] chore: add fallback for the live server (#5622)
* chore: add fallback for the live server * fix: update provider document after patch request * chore: make the health check call only on connection fail * chore: update debounce interval * refactor: remove useSwr call for healtch check * fix: pages fallback init
This commit is contained in:
parent
ae1a63f832
commit
f9a8896486
18 changed files with 165 additions and 74 deletions
|
|
@ -21,6 +21,7 @@ export { isCellSelection } from "@/extensions/table/table/utilities/is-cell-sele
|
|||
// helpers
|
||||
export * from "@/helpers/common";
|
||||
export * from "@/helpers/editor-commands";
|
||||
export * from "@/helpers/yjs";
|
||||
export * from "@/extensions/table/table";
|
||||
|
||||
// components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue