Change plugin entrypoint

This commit is contained in:
Andras Schmelczer 2024-12-08 10:58:22 +00:00
parent 8a7cc65e88
commit f4ece4e33d
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 1 additions and 159 deletions

View file

@ -79,7 +79,7 @@ const context = await esbuild.context({
banner: {
js: banner,
},
entryPoints: ["main.ts"],
entryPoints: ["src/plugin.ts"],
bundle: true,
external: [
"obsidian",