We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
console.log
1 parent 3784a6d commit ee061beCopy full SHA for ee061be
src/index.ts
@@ -22,7 +22,6 @@ function viteBasicSslPlugin(): Plugin {
22
}
23
24
export async function getCertificate(cacheDir: string) {
25
- console.log(cacheDir)
26
const cachePath = path.join(cacheDir, '_cert.pem')
27
28
try {
0 commit comments