qmining and main module on subdomains

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-14 09:57:51 +02:00
parent 5095d83558
commit 7a40666a8f
4 changed files with 454 additions and 333 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "node-ejs",
"main": "server.js",
"dependencies": {
"connect-busboy": "0.0.2",
"ejs": "^1.0.0",
"express": "^4.6.1",
"express-ejs-layouts": "^1.1.0",
"vhost": "^3.0.2"
}
}