从@abearxiong/config拷贝过来

This commit is contained in:
2024-11-17 16:32:56 +08:00
commit 9e1881d06e
15 changed files with 544 additions and 0 deletions

13
config/schema.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Packages JSON Schema",
"type": "object",
"properties": {
"app": {
"$ref": "./app-schema.json"
}
},
"required": [
"app"
]
}