chore: add process title

This commit is contained in:
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

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');