Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cletqui committed Jul 10, 2024
1 parent 4b8fd3f commit f4b50c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { defineConfig } from "vite";
import build from "@hono/vite-cloudflare-pages";
import devServer from "@hono/vite-dev-server";
import adapter from "@hono/vite-dev-server/cloudflare";
import { defineConfig } from "vite";
import cloudflareAdapter from "@hono/vite-dev-server/cloudflare";

export default defineConfig({
plugins: [
build(),
devServer({
adapter,
adapter: cloudflareAdapter,
entry: "src/index.tsx",
}),
],
Expand Down

0 comments on commit f4b50c8

Please sign in to comment.