Remove cloudflare but modify the build command
This commit is contained in:
parent
37fe68fc11
commit
35d9989eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -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