mirror of
https://github.com/yuzu-emu/Command-fix
synced 2024-11-24 12:08:18 +00:00
Added startup script.'
This commit is contained in:
parent
0f92ed4391
commit
43f24d4450
2 changed files with 2 additions and 3 deletions
|
@ -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
2
start_production.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
NODE_ENV=production forever start server.js
|
Loading…
Reference in a new issue