mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 15:35:45 +01:00
Added startup script.'
This commit is contained in:
parent
0f92ed4391
commit
43f24d4450
@ -3,9 +3,6 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Citra bot for Discord",
|
"description": "Citra bot for Discord",
|
||||||
"author": "chris062689 <chris062689@gmail.com>",
|
"author": "chris062689 <chris062689@gmail.com>",
|
||||||
"scripts": {
|
|
||||||
"start": "node server.js"
|
|
||||||
},
|
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"private": true,
|
"private": true,
|
||||||
"subdomain": "citra-emu",
|
"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 New Issue
Block a user