Skip to content

Commit

Permalink
docs: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 18, 2024
1 parent 8a99276 commit 921f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/server/content/_preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const handler = async (req: Request) => {

## Create Full-Stack Applications with Vite

domco turns your [Vite](https://vitejs.dev) project into a full-stack application. You can leverage Vite's build pipeline, plugins, and HMR within a full-stack context using Hono as your web server.
domco turns your [Vite](https://vitejs.dev) project into a full-stack application. You can take advantage of Vites build pipeline, plugins, and HMR on the server using web APIs.

This project draws inspiration from [HonoX](https://github.com/honojs/honox), [Vinxi](https://vinxi.vercel.app/), and [SvelteKit](https://kit.svelte.dev).

Expand Down

0 comments on commit 921f5ba

Please sign in to comment.