diff options
| author | Pitu <[email protected]> | 2019-03-12 08:17:37 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-12 08:17:37 +0000 |
| commit | b1e751159339bca98b5d878802147cb318e113d0 (patch) | |
| tree | 27b17fd1ce39e777d8f017832e8cad4f81852bb8 /src/api/database | |
| parent | Whoops (diff) | |
| download | host.fuwn.me-b1e751159339bca98b5d878802147cb318e113d0.tar.xz host.fuwn.me-b1e751159339bca98b5d878802147cb318e113d0.zip | |
What are strings even
Diffstat (limited to 'src/api/database')
| -rw-r--r-- | src/api/database/seeds/initial.js | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/api/database/seeds/initial.js b/src/api/database/seeds/initial.js index 7445916..0ea7bb4 100644 --- a/src/api/database/seeds/initial.js +++ b/src/api/database/seeds/initial.js @@ -20,12 +20,11 @@ exports.seed = async db => { isAdmin: true }); console.log(); - console.log('===================================================='); - console.log('== Successfully created the admin account. =='); - console.log('===================================================='); - console.log('== Run `yarn api` and `yarn site` next =='); - console.log('== preferably with pm2 or tmux to keep them alive =='); - console.log('===================================================='); + console.log('========================================================='); + console.log('== Successfully created the admin account. =='); + console.log('========================================================='); + console.log('== Run `pm2 start pm2.json` to start the service =='); + console.log('========================================================='); console.log(); } catch (error) { console.error(error); |