Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hari-krishnan-88 authored Aug 8, 2023
1 parent 5297b79 commit 6859279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const nextConfig = {

// Indicate that these packages should not be bundled by webpack
experimental: {
serverComponentsExternalPackages: ['sharp', 'onnxruntime-web'],
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
},
};

Expand Down

0 comments on commit 6859279

Please sign in to comment.