remove vite from prod
This commit is contained in:
parent
e9eea69545
commit
27ac9cd92d
3 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,5 @@ import react from "@vitejs/plugin-react";
|
|||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
hmr: false,
|
||||
allowedHosts: ["recipe-prod.fredzernia.com", "recipe-demo.fredzernia.com"],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue