diff options
author | 2021-09-09 23:33:34 -0700 | |
---|---|---|
committer | 2021-09-09 23:33:34 -0700 | |
commit | fc907e2f81698d89502fb2ee0375e6d98a492c13 (patch) | |
tree | e775c2479b334ec901f61b5c0ccfab0102ff679e /src/api/schema.peechy | |
parent | 8a02ad48a5eb1319c1bf3e9eb97e013924db875f (diff) | |
download | bun-jarred/fetch-experiment.tar.gz bun-jarred/fetch-experiment.tar.zst bun-jarred/fetch-experiment.zip |
currentjarred/fetch-experiment
Diffstat (limited to 'src/api/schema.peechy')
-rw-r--r-- | src/api/schema.peechy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy index a74059dca..fd887db3b 100644 --- a/src/api/schema.peechy +++ b/src/api/schema.peechy @@ -256,6 +256,8 @@ message FrameworkConfig { CSSInJSBehavior client_css_in_js = 6; string display_name = 7; + + StringMap overrideModules = 8; } struct FrameworkEntryPoint { @@ -281,6 +283,7 @@ struct LoadedFramework { bool development; FrameworkEntryPointMap entry_points; CSSInJSBehavior client_css_in_js; + StringMap overrideModules; } struct LoadedRouteConfig { |