rename bridge plugin package

This commit is contained in:
Nystik
2026-05-24 00:26:32 +02:00
parent ec3c38228c
commit 69f8320d05
21 changed files with 23 additions and 15 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, "..", "..", "..", "packages", "bridge-plugin");
const BRIDGE_PLUGIN_DIR = path.join(__dirname, "..", "..", "..", "packages", "bridge");
// .ignis metadata helpers