We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ddefe commit e4dba9aCopy full SHA for e4dba9a
vite.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'vite';
2
import tsconfigPaths from 'vite-tsconfig-paths';
3
import react from '@vitejs/plugin-react-swc';
4
-import basicSsl from '@vitejs/plugin-basic-ssl';
+// import basicSsl from '@vitejs/plugin-basic-ssl';
5
6
// https://vitejs.dev/config/
7
export default defineConfig({
@@ -15,7 +15,7 @@ export default defineConfig({
15
tsconfigPaths(),
16
// Allows using self-signed certificates to run the dev server using HTTPS.
17
// https://www.npmjs.com/package/@vitejs/plugin-basic-ssl
18
- basicSsl(),
+ // basicSsl(),
19
],
20
publicDir: './public',
21
server: {
0 commit comments