fix(core): update

This commit is contained in:
2020-05-17 15:57:12 +00:00
parent 5506db9612
commit c58f465189
8 changed files with 494 additions and 576 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"]
}
}
}
}
}