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
This commit is contained in:
2025-12-23 10:13:13 +01:00
parent c609d6c1ee
commit 6dccaba278
12 changed files with 2506 additions and 24 deletions
+2
View File
@@ -0,0 +1,2 @@
node_modules/*
dist/*