Put sourcecode files into src directory
This commit is contained in:
parent
f4cac18dac
commit
6699d467bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue