Skip to content

Commit

Permalink
Remove Basic Pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-serna committed Oct 23, 2024
1 parent edeab7d commit a6d66b6
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 1,630 deletions.
11 changes: 1 addition & 10 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config, { isServer }) => {
if (isServer) {
config.externals.push({
"@tensorflow/tfjs-node": "commonjs @tensorflow/tfjs-node",
});
}
return config;
},
};
const nextConfig = {};

module.exports = nextConfig;
Loading

0 comments on commit a6d66b6

Please sign in to comment.