Fix the directory structure

This commit is contained in:
vorotamoroz 2023-03-16 13:34:22 +09:00
parent bab429cb61
commit 45087f6753
2 changed files with 1 additions and 1 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",