create src directory

This commit is contained in:
Tal Wrii 2025-01-21 11:55:42 +01:00
parent 2935999b9a
commit 2959a57bb4
14 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",