aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.peechy
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.peechy')
-rw-r--r--src/api/schema.peechy6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy
index cf954cc4c..9fe2fdc7a 100644
--- a/src/api/schema.peechy
+++ b/src/api/schema.peechy
@@ -345,6 +345,12 @@ message TransformOptions {
uint16 port = 25;
MessageLevel logLevel = 26;
+ SourceMapMode source_map = 27;
+}
+
+smol SourceMapMode {
+ inline_into_file = 1;
+ external = 2;
}
struct FileHandle {