index.ts 106 B

12345
  1. import basicSsl from '@vitejs/plugin-basic-ssl'
  2. export const createHttps = () => {
  3. return basicSsl()
  4. }