1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 01:26:41 +02:00
This commit is contained in:
Aya Morisawa
2017-01-03 04:39:44 +09:00
parent 44ef1c1a4a
commit a134358144
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import Logger from './logger';
export default class EnvironmentInfo {
export default class {
static show(): void {
const env = process.env.NODE_ENV;
let logger = new Logger('Env');