mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 09:51:29 +02:00
#226 - Allow to start the local server for the framework or SSG
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user