wpfat23-7 44a43ea56d init commit (frontend and backend) 2 лет назад
..
dist 44a43ea56d init commit (frontend and backend) 2 лет назад
LICENSE 44a43ea56d init commit (frontend and backend) 2 лет назад
README.md 44a43ea56d init commit (frontend and backend) 2 лет назад
package.json 44a43ea56d init commit (frontend and backend) 2 лет назад

README.md

@vitejs/plugin-basic-ssl npm

A plugin to generate untrusted certificates which still allows to access the page after proceeding a wall with warning.

In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure server.https

Usage

// vite.config.js
import basicSsl from '@vitejs/plugin-basic-ssl'

export default {
  plugins: [
    basicSsl()
  ]
}

License

MIT