Added self signed certs

This commit is contained in:
Fasterino (Server)
2025-02-27 23:29:25 +03:00
parent 972b671b92
commit cd2db5b04f
7 changed files with 119 additions and 24 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js"
"build": "tsc",
"start": "node dist/index.js"
},
"author": "",
"license": "ISC",