chore(react): update entry point to main.tsx in esbuild config

This commit is contained in:
Deniz Terzioglu 2025-05-27 22:52:26 +01:00
parent d6f8fd97ec
commit 53113a69ca

View file

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