You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing rate limiting in CI from Github API from the default downloader.
I'd love to implement a custom BaseSource but since the class is not exported I'm not able to extend it 😊
Reproduction
// this is the auto-complete from TS in VS Code when attempting to use the BaseSource classimport{BaseSource}from'vite-plugin-mkcert/dist/mkcert/source';
Describe the bug
We're seeing rate limiting in CI from Github API from the default downloader.
I'd love to implement a custom
BaseSource
but since the class is not exported I'm not able to extend it 😊Reproduction
Example repo
https://stackblitz.com/edit/vitejs-vite-jnavgp?file=vite.config.ts
☝️ Trying to use the stable download-links presented on mkcert's latest release-notes.
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager:
npm
Logs
The text was updated successfully, but these errors were encountered: