Fixing logout button

This commit is contained in:
John Lyon-Smith
2018-02-28 16:28:36 -08:00
parent 5889f7655a
commit 5e790ba65c
5 changed files with 39 additions and 8 deletions

View File

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