Files
kdrive-n8n/.npmrc
Rene Luria 6dccaba278 fix: add credentials export and fix logo display
- Add KDriveCredentials to n8n.credentials in package.json to make credentials discoverable
- Update build script to copy kdrive.svg to dist directory for proper logo display
- Update SVG logo with improved design
- Fix TypeScript types and error handling in GenericFunctions and KDrive node
- Add default values to node properties for better UX
2025-12-23 10:13:13 +01:00

4 lines
130 B
Plaintext

# Configuration npm pour éviter les problèmes de registry
registry=https://registry.npmjs.org/
always-auth=false
strict-ssl=true