0
0
Fork 0

Put sourcecode files into src directory

This commit is contained in:
Oliver Akins 2022-05-26 13:39:53 -06:00
parent f4cac18dac
commit 6699d467bc
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

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',