Skip to content

Commit

Permalink
Names matter
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Mar 6, 2024
1 parent 380f128 commit 04da8c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package-lock.json
# They should be uploaded to GitHub releases instead.
main.js
import-from-archmage.js
import-from-archmage-yaml.js
import-from-archmage-db.js

# Exclude sourcemaps
*.map
Expand Down
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esbuild.build({
banner: {
js: banner,
},
entryPoints: ['main.ts', 'import-from-archmage.ts', 'import-from-archmage-yaml.ts'],
entryPoints: ['main.ts', 'import-from-archmage.ts', 'import-from-archmage-db.ts'],
bundle: true,
external: ['obsidian', 'electron', ...builtins],
format: 'cjs',
Expand Down
File renamed without changes.

0 comments on commit 04da8c9

Please sign in to comment.