🐛 Fix ky not working due to fetch rewriting by mistral package
Closes #1396
This commit is contained in:
@@ -56,14 +56,12 @@ const nextConfig = {
|
||||
if (nextRuntime === 'edge') {
|
||||
config.resolve.alias['minio'] = false
|
||||
config.resolve.alias['got'] = false
|
||||
config.resolve.alias['qrcode'] = false
|
||||
return config
|
||||
}
|
||||
// These packages are imports from the integrations definition files that can be ignored for the client.
|
||||
config.resolve.alias['minio'] = false
|
||||
config.resolve.alias['got'] = false
|
||||
config.resolve.alias['openai'] = false
|
||||
config.resolve.alias['qrcode'] = false
|
||||
return config
|
||||
},
|
||||
headers: async () => {
|
||||
|
||||
Reference in New Issue
Block a user