1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 10:22:53 +00:00
This commit is contained in:
2015-06-24 14:58:49 -05:00
parent a2c44e494f
commit cfec58df9a
6 changed files with 53 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www && node ./mongoui/mongoui-master/index.js"
},
"dependencies": {
"body-parser": "~1.12.4",
@@ -14,4 +14,4 @@
"morgan": "~1.5.3",
"serve-favicon": "~2.2.1"
}
}
}