2nd try with cloudflare plugin

This commit is contained in:
Arthur Belleville 2025-10-21 09:32:09 +02:00
parent 12543f58eb
commit 37fe68fc11
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

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,