Rename plugin

This commit is contained in:
Andras Schmelczer 2025-01-04 14:48:42 +00:00
parent dd86a507d1
commit b17e69edda
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 11 additions and 13 deletions

View file

@ -123,7 +123,7 @@ const cssContext = await esbuild.context({
});
const jsContext = await esbuild.context({
entryPoints: ["src/plugin.ts"],
entryPoints: ["src/vault-link-plugin.ts"],
bundle: true,
external: [
"obsidian",