You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: simplify CLAUDE_CONFIG_PATH and add isomorphic-fetch
- Simplify the definition of CLAUDE_CONFIG_PATH for clarity. - Use a conditional operator to handle Windows and macOS paths directly. - Update CURRENT_DIR to derive from import.meta.url more succinctly. - Ensure compatibility with Windows paths by removing leading slashes. - Adjust SERVERS_DIR to correctly reference the updated CURRENT_DIR. - Add `isomorphic-fetch` dependency to package.json and package-lock.json. - Include the corresponding type definitions in devDependencies. - Ensure the integrity and license information is updated in package-lock.json.
0 commit comments