wehub-cloud-tpl-function-no-deps
acfcaab481
Co-authored-by: Cursor <cursoragent@cursor.com>
13 行
203 B
JSON
13 行
203 B
JSON
{
|
|
"schema_version": 1,
|
|
"resources": [
|
|
{
|
|
"kind": "function",
|
|
"name": "echo",
|
|
"source": ".",
|
|
"runtime": "nodejs20",
|
|
"routes": [{ "path": "/api/cloud/*" }]
|
|
}
|
|
]
|
|
}
|