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