From d8b49b0dc9482167be5b1cc8ae7e5f69ff60af5a Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sat, 9 Mar 2024 19:30:09 -0500 Subject: [PATCH] feature/discussion 1117 Isolation Mode (v1) (#1206) * isolation mode for SSR pages and API routes for greenwood serve * documentation for isolation mode option and global config test case * misc refactoring * set isolation mode to true for Lit renderer plugin * set isolation mode to true for Lit renderer plugin --- packages/cli/src/lifecycles/graph.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/cli/src/lifecycles/graph.js b/packages/cli/src/lifecycles/graph.js index 57b53b7bc..5334c8ff1 100644 --- a/packages/cli/src/lifecycles/graph.js +++ b/packages/cli/src/lifecycles/graph.js @@ -206,9 +206,14 @@ const generateGraph = async (compilation) => { * template: page template to use as a base for a generated component * title: a default value that can be used for * isSSR: if this is a server side route +<<<<<<< HEAD * prerender: if this should be statically exported * isolation: if this should be run in isolated mode * hydration: if this page needs hydration support +======= + * prerednder: if this should be statically exported + * isolation: if this should be run in isolated mode +>>>>>>> 55f36b76 (feature/discussion 1117 Isolation Mode (v1) (#1206)) */ pages.push({ data: customData || {},