Skip to content

Commit

Permalink
remove integration: astro-hono (#74)
Browse files Browse the repository at this point in the history
* remove integration: astro-hono

* update lockfile
  • Loading branch information
lilnasy committed Feb 4, 2024
1 parent 0affd66 commit 0bd7123
Show file tree
Hide file tree
Showing 94 changed files with 10 additions and 2,145 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ A collection of purpose-built, small, third-party integrations for Astro.
- **astro-dynamic-import** - let your CMS decide which components to include. [README](https://github.com/lilnasy/gratelets/tree/main/packages/dynamic-import) | [NPM](https://www.npmjs.com/package/astro-dynamic-import)
- **astro-emotion** - CSS-in-Zero-JS using [Emotion](https://emotion.sh/). [README](https://github.com/lilnasy/gratelets/tree/main/packages/emotion) | [NPM](https://www.npmjs.com/package/astro-emotion)
- **astro-global** - use the Astro global directly inside framework components and MDX pages. [README](https://github.com/lilnasy/gratelets/tree/main/packages/global) | [NPM](https://www.npmjs.com/package/astro-global)
- **astro-hono** - run your app on a Hono-powered server. [README](https://github.com/lilnasy/gratelets/tree/main/packages/hono) | [NPM](https://www.npmjs.com/package/astro-hono)
- **astro-prerender-patterns** - control rendering modes for all pages and endpoints right from the configuration. [README](https://github.com/lilnasy/gratelets/tree/main/packages/prerender-patterns) | [NPM](https://www.npmjs.com/package/astro-prerender-patterns)
- **astro-scope** - get the hash used by the astro compiler to scope css rules. [README](https://github.com/lilnasy/gratelets/tree/main/packages/scope) | [NPM](https://www.npmjs.com/package/astro-scope)
- **astro-server-only-modules** - prevent certain modules from being imported into client-side code. [README](https://github.com/lilnasy/gratelets/tree/main/packages/server-only-modules) | [NPM](https://www.npmjs.com/package/astro-server-only-modules)
Expand Down
7 changes: 0 additions & 7 deletions packages/hono/CHANGELOG.md

This file was deleted.

152 changes: 0 additions & 152 deletions packages/hono/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions packages/hono/integration.ts

This file was deleted.

36 changes: 0 additions & 36 deletions packages/hono/package.json

This file was deleted.

129 changes: 0 additions & 129 deletions packages/hono/runtime/serve-static.ts

This file was deleted.

Loading

0 comments on commit 0bd7123

Please sign in to comment.