/Knowledge/sources/honojs__hono/llms-full/cloudflare-pages-bindings-edit-vite-config-ts--90da87ef89dc.md
Cloudflare Pages: Bindings > Edit vite.config.ts - hono-docs
Cloudflare Pages: Bindings Edit vite.config.ts Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt edit vi...
Cloudflare Pages: Bindings > Edit vite.config.ts
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#edit-vite-config-ts
Summary
Edit the vite.config.ts: ```ts import devServer from '@hono/vite-dev-server' import adapter from '@hono/vite-dev-server/cloudflare' import build from '@hono/vite-cloudflare-pages' import { defineConfig } from 'vite' export default defi...
Content
Edit the vite.config.ts:
import devServer from '@hono/vite-dev-server'
import adapter from '@hono/vite-dev-server/cloudflare'
import build from '@hono/vite-cloudflare-pages'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [
devServer({
entry: 'src/index.tsx',
adapter, // Cloudflare Adapter
}),
build(),
],
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#edit-vite-config-ts",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Cloudflare Pages > Bindings > Edit `vite.config.ts`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 474,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Cloudflare Pages: Bindings > Edit vite.config.ts",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}