diff options
| author | Pitu <[email protected]> | 2021-06-07 16:25:02 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-07 16:25:02 +0900 |
| commit | 5f5716963dfda3bcae5dab1398d78c933b762c95 (patch) | |
| tree | 27e7c1bc605f3835fe5141147a1e692a7883040a /package.json | |
| parent | feat: implement initial values and saving to db logic (diff) | |
| download | host.fuwn.me-5f5716963dfda3bcae5dab1398d78c933b762c95.tar.xz host.fuwn.me-5f5716963dfda3bcae5dab1398d78c933b762c95.zip | |
wip
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |