mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
- Enhanced validation helpers to detect and format "fetch failed" errors with specific context - Added Gemini-specific error handling with actionable guidance for common issues - Improved orchestrator error messages to provide clearer troubleshooting information - Enhanced Qdrant connection error messages with specific setup instructions - Added new translation keys for better error messaging Fixes #5801
9 lines
275 B
JavaScript
9 lines
275 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var nextConfig = {
|
|
webpack: function (config) {
|
|
config.resolve.extensionAlias = { ".js": [".ts", ".tsx", ".js", ".jsx"] };
|
|
return config;
|
|
},
|
|
};
|
|
exports.default = nextConfig;
|