generated from tailored/router-template
	add check port and change process
This commit is contained in:
		| @@ -9,7 +9,8 @@ | ||||
|     "type": "system-app", | ||||
|     "files": [ | ||||
|       "dist", | ||||
|       "pem" | ||||
|       "pem", | ||||
|       "root" | ||||
|     ] | ||||
|   }, | ||||
|   "scripts": { | ||||
| @@ -28,9 +29,9 @@ | ||||
|   "type": "module", | ||||
|   "types": "types/index.d.ts", | ||||
|   "files": [ | ||||
|     "types", | ||||
|     "dist", | ||||
|     "src" | ||||
|     "pem", | ||||
|     "root" | ||||
|   ], | ||||
|   "dependencies": { | ||||
|     "@kevisual/code-center-module": "0.0.13", | ||||
| @@ -39,6 +40,7 @@ | ||||
|     "cookie": "^1.0.2", | ||||
|     "dayjs": "^1.11.13", | ||||
|     "formidable": "^3.5.2", | ||||
|     "get-port": "^7.1.0", | ||||
|     "json5": "^2.2.3", | ||||
|     "lodash-es": "^4.17.21", | ||||
|     "ws": "^8.18.1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user