Simplify server stuff

This commit is contained in:
Richard Feldman
2018-05-01 20:38:13 -04:00
parent f6d9dd220c
commit a9ff651ebd
4 changed files with 7 additions and 107 deletions

View File

@@ -3,13 +3,7 @@
"version": "1.0.0",
"description": "RealWorld example app with Moleculer microservices framework",
"scripts": {
"dev": "moleculer-runner --repl --hot services",
"start": "moleculer-runner",
"deps": "npm-check -u",
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "eslint services",
"docker:build": "docker build -t conduit ."
"start": "moleculer-runner services"
},
"keywords": [
"microservices",