mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-31 07:47:05 +00:00
Test explicit JavaScript Commonlib package subpaths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createLiveSyncEventHub } from "@vrtmrz/livesync-commonlib/context";
|
||||
import { createLiveSyncEventHub } from "@vrtmrz/livesync-commonlib/context.js";
|
||||
// import type ObsidianLiveSyncPlugin from "../main";
|
||||
|
||||
export const EVENT_PLUGIN_LOADED = "plugin-loaded";
|
||||
@@ -43,7 +43,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
export * from "@vrtmrz/livesync-commonlib/compat/events/coreEvents";
|
||||
export * from "@vrtmrz/livesync-commonlib/compat/events/coreEvents.js";
|
||||
|
||||
/**
|
||||
* Self-hosted LiveSync's host event channel.
|
||||
|
||||
Reference in New Issue
Block a user