Skip to content

Commit

Permalink
Ensured builds to dist/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
A-F-V authored and gitbutler-client committed Oct 15, 2024
1 parent d5f44f2 commit 6b22d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const context = await esbuild.context({
banner: {
js: banner,
},
entryPoints: ['dist/src/main.js'],
entryPoints: ['dist/main.js'],
bundle: true,
external: [
'obsidian',
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"include": [
"src/**/*",
"jest.config.js"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 6b22d67

Please sign in to comment.