Skip to content

Commit

Permalink
Removed million to avoid issues with dropzone
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Feb 7, 2024
1 parent bd6728d commit f4c48ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 262 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import million from 'million/compiler'

import './env/client.mjs'
import './env/server.mjs'

Expand Down Expand Up @@ -36,4 +34,4 @@ const nextConfig = {
},
}

export default million.next(nextConfig, { auto: { rsc: true } })
export default nextConfig
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"langchain": "^0.0.172",
"lucide-react": "^0.294.0",
"md5": "^2.3.0",
"million": "^3.0.2",
"next": "^14.1.0",
"next-auth": "^5.0.0-beta.4",
"next-nprogress-bar": "^2.1.2",
Expand Down
Loading

0 comments on commit f4c48ed

Please sign in to comment.