chore: add process title

pull/1267/head
Innei 2022-07-05 22:01:17 +08:00
parent 589bf4597b
commit e5fea3caaf
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
process.title = 'Umami (NextJS)';
require('dotenv').config(); require('dotenv').config();
const pkg = require('./package.json'); const pkg = require('./package.json');