summaryrefslogtreecommitdiff
path: root/examples/framework-lit/astro.config.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-19Remove @astrojs/lit (#11680)Gravatar Matthew Phillips 1-8/+0
* Remove @astrojs/lit This removes the Lit integration as an official integration. The reasons for doing so in 5.0: - Only 1% of Astro users use this integration. - SSR support in Lit is at a lower-level of support due to be a Labs project: https://lit.dev/docs/libraries/labs/, and has been in this state since we added support a couple of years ago. - The maintenance cost of fixing bugs in this integration is too high given the low usage. Some PRs for upgrading Lit versions have taken quite a long time. We can't justify the core team being responsible for this going forward. - There used to be community contributions to fix bugs but this has fallen off for various reasons. Given that, this PR removes the integration as one that is officially supported by the Astro core team. Interested community members are encouraged to fork the integration and continue the development in another repository. * Remove e2e tests and examples * Update lockfile * Remove ssr-lit.test.js * Remove error for no client entrypoint * Remove auto selection of the Lit renderer * Remove lit package.json * Remove lit fixture
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-2/+3
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-15Export defineConfig helper (#2803)Gravatar Nate Moore 1-9/+3
* feat: add astro/config entrypoint * chore: update examples to use `defineConfig` util * chore: prettier fix * chore: add changeset
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-2/+2
2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 1-14/+12
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config
2021-07-20[ci] yarn formatGravatar FredKSchott 1-4/+2
2021-07-13Adds support for a Lit renderer (#665)Gravatar Matthew Phillips 1-0/+17
* Adds support for a Lit renderer This adds `@astrojs/renderer-lit`. An experimental Lit renderer. * Removed cached submodule, mistake * Prevent globals clobbering * Add docs on globals