renamed: main.ts -> src/main.ts

This commit is contained in:
INOUE Takuya 2023-01-19 01:12:26 +09:00
parent 0e4d6ee4f8
commit 5956ac7064
2 changed files with 1 additions and 1 deletions

View File

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