Skip to content

Commit

Permalink
feature/discussion 1117 Isolation Mode (v1) (#1206)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
thescientist13 committed Jun 2, 2024
1 parent 1a21f68 commit d8b49b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/src/lifecycles/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <title></title>
* 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 || {},
Expand Down

0 comments on commit d8b49b0

Please sign in to comment.