mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 18:01:24 +02:00
#615 - Added relative option to the public folder setting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface Framework {
|
||||
name: string;
|
||||
dist: string;
|
||||
static: string;
|
||||
static: string | string[];
|
||||
build: string;
|
||||
server?: string;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface StaticFolder {
|
||||
path: string;
|
||||
relative?: boolean;
|
||||
}
|
||||
@@ -21,6 +21,7 @@ export * from './Snippets';
|
||||
export * from './SortOrder';
|
||||
export * from './SortType';
|
||||
export * from './SortingSetting';
|
||||
export * from './StaticFolder';
|
||||
export * from './TaxonomyData';
|
||||
export * from './TaxonomyType';
|
||||
export * from './VersionInfo';
|
||||
|
||||
Reference in New Issue
Block a user