mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-31 23:32:26 -05:00
fix linting issues and rename files for clarity
This commit is contained in:
parent
c3c675ff33
commit
d618deafa3
8 changed files with 529 additions and 213 deletions
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"node": "n8n-nodes-base.ServerlessInference",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": ["Utility"],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/#create"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"alias": ["DoServerlessInference"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue