mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 07:30:25 +00:00
move main.ts to src
This commit is contained in:
parent
5dd820ffcb
commit
7643ed6cde
2 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ esbuild.build({
|
|||
banner: {
|
||||
js: banner,
|
||||
},
|
||||
entryPoints: ['main.ts'],
|
||||
entryPoints: ['src/main.ts'],
|
||||
bundle: true,
|
||||
external: [
|
||||
'obsidian',
|
||||
|
|
|
|||
Loading…
Reference in a new issue