- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
6 lines
249 B
TypeScript
6 lines
249 B
TypeScript
/// <reference path="./importMeta.d.ts" />
|
|
|
|
// https://github.com/microsoft/TypeScript/issues/45096
|
|
// TypeScript has a bug that makes <reference types="vite/types/importMeta" />
|
|
// not possible in userland. This file provides a workaround for now.
|