Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
159 B
JavaScript
Executable File
9 lines
159 B
JavaScript
Executable File
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false,
|
|
legacyInterceptorReqResOrdering: true
|
|
};
|