Skip to content

Commit

Permalink
rename main.ts -> index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benrbray committed Jun 11, 2023
1 parent 273528a commit 1c713b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion noteworthy-editor/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
},
build: {
lib: {
entry: resolve(__dirname, 'src/main.ts'),
entry: resolve(__dirname, 'src/index.ts'),
name: 'NoteworthyEditor',
fileName: 'noteworthy-editor',
},
Expand Down

0 comments on commit 1c713b8

Please sign in to comment.