aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 9d495e93a..58207e2f9 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -253,11 +253,13 @@ type uint32 = number;
export interface LoadedRouteConfig {
dir: string;
extensions: string[];
+ static_dir: string;
}
export interface RouteConfig {
dir?: string;
extensions?: string[];
+ static_dir?: string;
}
export interface TransformOptions {
@@ -278,7 +280,6 @@ type uint32 = number;
platform?: Platform;
serve?: boolean;
extension_order?: string[];
- public_dir?: string;
only_scan_dependencies?: ScanDependencyMode;
generate_node_module_bundle?: boolean;
node_modules_bundle_path?: string;