2nd try with cloudflare plugin
This commit is contained in:
parent
12543f58eb
commit
37fe68fc11
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue