Skip to content

Commit

Permalink
JavaScript: Fix package entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 30, 2024
1 parent 15b5204 commit 77a3ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cratedb_sqlparse_js/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
build: {
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, 'parser/index.js'),
entry: resolve(__dirname, 'cratedb_sqlparse/index.js'),
name: '@cratedb/cratedb_sqlparse', // the proper extensions will be added
fileName: 'sqlparse',
}, rollupOptions: {
Expand Down

0 comments on commit 77a3ef4

Please sign in to comment.