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: {
|
banner: {
|
||||||
js: banner,
|
js: banner,
|
||||||
},
|
},
|
||||||
entryPoints: ['main.ts'],
|
entryPoints: ['src/main.ts'],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
external: [
|
external: [
|
||||||
'obsidian',
|
'obsidian',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue