Publish twenty-cli npm package (#14871)

as title
This commit is contained in:
martmull
2025-10-03 15:08:06 +02:00
committed by GitHub
parent 0648dc5c65
commit f973a1bcdb
14 changed files with 235 additions and 45 deletions
@@ -20,8 +20,8 @@
},
"name": {
"type": "string",
"description": "Name singular for the serverless function",
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$",
"description": "Name singular for the serverless function (eg: my-serverless-function)",
"pattern": "^[a-z0-9-]+$",
"minLength": 1,
"maxLength": 100
},