初始化服务器设置
Showing
... | @@ -27,7 +27,10 @@ | ... | @@ -27,7 +27,10 @@ |
"xml2js": "^0.4.23" | "xml2js": "^0.4.23" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc", | |||
"start": "node out/main.js", | |||
"dev": "npx ts-node src/main.ts" | |||
}, | }, | ||
"author": "cjj", | "author": "cjj", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
src/config/serverConfig.ts
0 → 100644
src/net/http_server.ts
0 → 100644
Please
register
or
sign in
to comment