Remove cloudflare but modify the build command

This commit is contained in:
Arthur Belleville 2025-10-21 10:25:52 +02:00
parent 37fe68fc11
commit 35d9989eaa
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
/// <reference types="vitest" />
import { cloudflare } from "@cloudflare/vite-plugin";
// import { cloudflare } from "@cloudflare/vite-plugin";
import tailwindcss from "@tailwindcss/vite";
import react from "@vitejs/plugin-react";
import { dirname, resolve } from "path";
@ -36,7 +36,7 @@ export default defineConfig({
};
},
},
cloudflare(),
// cloudflare(),
],
server: {
cors: false,