#226 - Allow to start the local server for the framework or SSG

This commit is contained in:
Elio Struyf
2022-01-19 10:15:58 +01:00
parent e68daa8ac2
commit 42cc53cefc
11 changed files with 158 additions and 29 deletions
+2
View File
@@ -28,4 +28,6 @@ export enum CommandToCode {
selectImage = "select-image",
updateCustomTaxonomy = "updateCustomTaxonomy",
addToCustomTaxonomy = "addToCustomTaxonomy",
frameworkCommand = "framework-command",
updateStartCommand = "update-start-command",
}