Test explicit JavaScript Commonlib package subpaths

This commit is contained in:
vorotamoroz
2026-08-14 05:52:59 +00:00
parent 6ed7c83109
commit 86ca8817c9
271 changed files with 811 additions and 811 deletions
+2 -2
View File
@@ -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.