25 lines
584 B
JSON
25 lines
584 B
JSON
{
|
|
"projectId": "bab",
|
|
"projectName": "BAB",
|
|
"functions": [
|
|
{
|
|
"$id": "userinfo",
|
|
"name": "userinfo",
|
|
"runtime": "node-16.0",
|
|
"execute": ["any"],
|
|
"events": [],
|
|
"schedule": "",
|
|
"timeout": 15,
|
|
"enabled": true,
|
|
"logging": true,
|
|
"entrypoint": "src/main.js",
|
|
"commands": "npm install",
|
|
"ignore": [
|
|
"node_modules",
|
|
".npm"
|
|
],
|
|
"path": "functions/userinfo"
|
|
}
|
|
]
|
|
}
|