Skip to content

Commit

Permalink
chore: update playground vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Feb 25, 2022
1 parent d1b8197 commit 1345a20
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/playground/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import { defineConfig } from 'vite'
import VitePluginCertificate from 'vite-plugin-mkcert'
import mkcert from 'vite-plugin-mkcert'

// https://vitejs.dev/config/
export default defineConfig({
server: {
open: false,
https: true
},
plugins: [
VitePluginCertificate({
source: 'coding'
})
]
plugins: [mkcert()]
})

0 comments on commit 1345a20

Please sign in to comment.