move bridge plugin to package

This commit is contained in:
Nystik
2026-05-20 22:26:58 +02:00
parent fe11f30c01
commit 4a65f142bc
18 changed files with 25 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ const {
} = require("./plugin-system/obsidian-plugin");
const BRIDGE_PLUGIN_ID = "ignis-bridge";
const BRIDGE_PLUGIN_DIR = path.join(__dirname, "..", "plugin");
const BRIDGE_PLUGIN_DIR = path.join(__dirname, "..", "packages", "bridge-plugin");
// .ignis metadata helpers