Skip to content

Commit

Permalink
localhost SSL no longer required (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Oct 3, 2024
1 parent 4ac5af6 commit decc301
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions apps/minifront/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
import basicSsl from '@vitejs/plugin-basic-ssl';
import { commitInfoPlugin } from './src/utils/commit-info-vite-plugin';
import polyfillNode from 'vite-plugin-node-stdlib-browser';
import svgr from 'vite-plugin-svgr';
Expand All @@ -15,7 +14,6 @@ export default defineConfig(({ mode }) => {
plugins: [
polyfillNode(),
react(),
basicSsl(),
commitInfoPlugin(),
svgr({
include: '**/*.svg',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@tsconfig/vite-react": "^3.0.2",
"@turbo/gen": "^1.13.4",
"@types/eslint__js": "^8.42.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/browser": "^1.6.0",
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit decc301

Please sign in to comment.