代碼結構調整

This commit is contained in:
Waiting 2023-03-10 18:00:18 +08:00
parent bb83c9206d
commit a906afae11
8 changed files with 2 additions and 2 deletions

View file

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