Add nodes generated by the Node CLI, update README

This commit is contained in:
Elias Meire 2025-10-15 16:29:00 +02:00
commit 95f3124b0d
No known key found for this signature in database
41 changed files with 8549 additions and 745 deletions

12
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to running n8n",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"type": "node"
}
]
}