move main.ts to src

This commit is contained in:
Cleon 2023-01-06 15:14:26 +13:00
parent 5dd820ffcb
commit 7643ed6cde
2 changed files with 1 additions and 1 deletions

View file

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