Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jul 16, 2024
1 parent d1ddefe commit e4dba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';
import react from '@vitejs/plugin-react-swc';
import basicSsl from '@vitejs/plugin-basic-ssl';
// import basicSsl from '@vitejs/plugin-basic-ssl';

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -15,7 +15,7 @@ export default defineConfig({
tsconfigPaths(),
// Allows using self-signed certificates to run the dev server using HTTPS.
// https://www.npmjs.com/package/@vitejs/plugin-basic-ssl
basicSsl(),
// basicSsl(),
],
publicDir: './public',
server: {
Expand Down

0 comments on commit e4dba9a

Please sign in to comment.