From 0d20d1367a28d6349664f68604f167989cad6b2c Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Fri, 23 May 2025 16:28:33 -0400 Subject: [PATCH] remove invalid import --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index ba56c08..de5e442 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,7 +1,6 @@ import react from "@vitejs/plugin-react"; import vike from "vike/plugin"; import { defineConfig } from "vite"; -import { cloudflare } from "@cloudflare/vite-plugin"; import * as child_process from "node:child_process"; export default defineConfig(({ command }) => {