aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-07 16:25:02 +0900
committerPitu <[email protected]>2021-06-07 16:25:02 +0900
commit5f5716963dfda3bcae5dab1398d78c933b762c95 (patch)
tree27e7c1bc605f3835fe5141147a1e692a7883040a /package.json
parentfeat: implement initial values and saving to db logic (diff)
downloadhost.fuwn.me-5f5716963dfda3bcae5dab1398d78c933b762c95.tar.xz
host.fuwn.me-5f5716963dfda3bcae5dab1398d78c933b762c95.zip
wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 04a4125..995555f 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"seed": "knex seed:run",
"api": "node src/api/structures/Server",
"update": "git pull && npm install && npm run migrate && npm run build && npm run restart",
- "restart": "pm2 restart lolisafe",
+ "restart": "pm2 restart chibisafe",
"overwrite-config": "cross-env OVERWRITE_SETTINGS=true",
"test:vue": "jest --testPathPattern=src/site",
"test:api": "jest --testPathPattern=src/tests/api",