Merge branch 'revert-2cc8719b' into 'master'
Revert "Merge branch 'initServer' into 'master'" See merge request !4
Showing
| ... | @@ -27,10 +27,7 @@ | ... | @@ -27,10 +27,7 @@ |
| "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
deleted
100644 → 0
src/net/http_server.ts
deleted
100644 → 0
Please
register
or
sign in
to comment