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 c78d7fc6c..23eafa37b 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -126,8 +126,9 @@ type uint32 = number;
loader_values?: Loader[];
main_fields?: string[];
platform?: Platform;
- watch?: boolean;
+ serve?: boolean;
extension_order?: string[];
+ public_dir?: string;
}
export interface FileHandle {