auto check certs and enable https by default
Showing
... | ... | @@ -41,6 +41,7 @@ |
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1.6", | ||
"@types/lodash": "^4.14.191", | ||
"@types/mustache": "^4.2.1", | ||
"@types/node": "^18.7.3", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
... | ... | @@ -55,6 +56,7 @@ |
"typescript": "^4.7.4" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.21", | ||
"mustache": "^4.2.0" | ||
} | ||
} |
src/check-cert.ts
0 → 100644
Please register or sign in to comment