-
- Downloads
updated security
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- package-lock.json 306 additions, 217 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- public/.well_known/security.txt 0 additions, 0 deletionspublic/.well_known/security.txt
- src/games.ts 1 addition, 1 deletionsrc/games.ts
- src/server.ts 40 additions, 11 deletionssrc/server.ts
This diff is collapsed.
... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
"description": "node-based backend and frontend for web-games", | "description": "node-based backend and frontend for web-games", | ||
"main": "server.js", | "main": "server.js", | ||
"scripts": { | "scripts": { | ||
"run": "export PORT=80; node server.js", | "run": "export PORT=443; node server.js", | ||
"test": "export PORT=8080; export DEBUG=1; node server.js" | "test": "export PORT=8443; export DEBUG=1; node server.js" | ||
}, | }, | ||
"author": "Alex Mansfield", | "author": "Alex Mansfield", | ||
"license": "ISC", | "license": "ISC", | ||
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
"@types/socket.io": "^2.1.4", | "@types/socket.io": "^2.1.4", | ||
"body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"express-force-ssl": "^0.3.2", | |||
"multer": "^1.4.2", | "multer": "^1.4.2", | ||
"mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
"path": "^0.12.7", | "path": "^0.12.7", | ||
... | ... |
public/.well_known/security.txt
0 → 100644
Please register or sign in to comment