Skip to content

Commit e4dba9a

Browse files
committed
Update the template
1 parent d1ddefe commit e4dba9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vite';
22
import tsconfigPaths from 'vite-tsconfig-paths';
33
import react from '@vitejs/plugin-react-swc';
4-
import basicSsl from '@vitejs/plugin-basic-ssl';
4+
// import basicSsl from '@vitejs/plugin-basic-ssl';
55

66
// https://vitejs.dev/config/
77
export default defineConfig({
@@ -15,7 +15,7 @@ export default defineConfig({
1515
tsconfigPaths(),
1616
// Allows using self-signed certificates to run the dev server using HTTPS.
1717
// https://www.npmjs.com/package/@vitejs/plugin-basic-ssl
18-
basicSsl(),
18+
// basicSsl(),
1919
],
2020
publicDir: './public',
2121
server: {

0 commit comments

Comments
 (0)