Skip to content

Commit

Permalink
Client: Disabled vite dev https
Browse files Browse the repository at this point in the history
It's causing loading issues
  • Loading branch information
Donkie committed Sep 16, 2023
1 parent f722ade commit 12b19c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import svgr from "vite-plugin-svgr";
import mkcert from 'vite-plugin-mkcert'


export default defineConfig({
server: { https: true },
plugins: [react(), svgr(), mkcert()],
plugins: [react(), svgr()],
});

0 comments on commit 12b19c2

Please sign in to comment.