Added startup script.'

This commit is contained in:
chris062689 2017-05-06 19:12:30 -04:00
parent 0f92ed4391
commit 43f24d4450
2 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,6 @@
"version": "1.0.0",
"description": "Citra bot for Discord",
"author": "chris062689 <chris062689@gmail.com>",
"scripts": {
"start": "node server.js"
},
"preferGlobal": true,
"private": true,
"subdomain": "citra-emu",

2
start_production.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
NODE_ENV=production forever start server.js