#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
+6
View File
@@ -21,6 +21,12 @@ export interface PanelSettings {
dashboardViewData: DashboardData | undefined;
draftField: DraftField;
isBacker: boolean | undefined;
framework: string | undefined;
commands: FrameworkCommands;
}
export interface FrameworkCommands {
start: string | undefined;
}
export interface ContentType {