Skip to content

Commit 497af8f

Browse files
committed
delete conf/server.ts
1 parent f930208 commit 497af8f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

conf/server.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
const _PROD_: boolean = process.env.NODE_ENV === 'production'
2+
const _PROD_ = process.env.NODE_ENV === 'production'
33

44
let PORT = _PROD_ ? 8021 : 8020
55

conf/server.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)