fix(core): update

This commit is contained in:
2020-06-25 22:45:19 +00:00
parent 752bbd74b0
commit c5f8e36104
9 changed files with 3432 additions and 1238 deletions

View File

@ -11,7 +11,13 @@
},
"gitzone": {
"type": "object",
"description": "settings for gitzone"
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm"]
}
}
}
}
}