DAR-7: Implement a dar-server.js file

This commit is contained in:
John Lyon-Smith
2018-02-23 14:32:52 -08:00
parent e80f5490d5
commit dc86f8a9d8
4 changed files with 126 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
"description": "Deighton AR Server",
"main": "src/server.js",
"scripts": {
"start": "babel-node src/index.js",
"start": "babel-node src/dar-server.js",
"start:prod": "NODE_ENV=production npm start",
"build": "babel src -d dist -s",
"serve": "NODE_ENV=production node dist/server.js",