Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Sep 26, 2024
1 parent f83698f commit b17f45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-connect/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const nodeBuilds = [
input: 'src/index.node.ts',
output: {
file: pkg.main,
format: 'cjs',
sourcemap: true
format: 'cjs',
sourcemap: true
},
plugins: [
...buildPlugins,
Expand Down

0 comments on commit b17f45c

Please sign in to comment.