tests with express and nginx

This commit is contained in:
hugo gogo
2022-10-14 03:04:23 +02:00
parent 03bcfd2756
commit 87a7e75de1
426 changed files with 65383 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "tests_hugo",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}