Skip to content

Commit 13bab9c

Browse files
committed
Reorganize the code for better maintenance
1 parent 81ef5be commit 13bab9c

9 files changed

+466
-423
lines changed

esbuild.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const context = await esbuild.context({
1414
banner: {
1515
js: banner,
1616
},
17-
entryPoints: ["main.ts"],
17+
entryPoints: ["src/main.ts"],
1818
bundle: true,
1919
external: [
2020
"obsidian",

0 commit comments

Comments
 (0)