24 lines
631 B
JSON
24 lines
631 B
JSON
|
{
|
||
|
"projectId": "66a2d6c20021107d3343",
|
||
|
"projectName": "Forgejo Actions Test",
|
||
|
"functions": [
|
||
|
{
|
||
|
"$id": "66a2d6e74666ca0797f7",
|
||
|
"name": "demo-web",
|
||
|
"runtime": "node-20.0",
|
||
|
"execute": [ "any" ],
|
||
|
"events": [],
|
||
|
"schedule": "",
|
||
|
"timeout": 15,
|
||
|
"enabled": true,
|
||
|
"logging": true,
|
||
|
"entrypoint": "src/main.js",
|
||
|
"commands": "npm install",
|
||
|
"ignore": [
|
||
|
"node_modules",
|
||
|
".npm"
|
||
|
],
|
||
|
"path": "functions/demo-web"
|
||
|
}
|
||
|
]
|
||
|
}
|