true init commit

This commit is contained in:
2023-08-23 15:40:08 +03:00
parent f8f4ba76ca
commit 2b7ca2afa5
10 changed files with 4238 additions and 174 deletions

View File

@@ -15,7 +15,7 @@ esbuild.build({
banner: {
js: banner,
},
entryPoints: ['main.ts'],
entryPoints: ['src/main.ts'],
bundle: true,
external: [
'obsidian',