We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f930208 commit 497af8fCopy full SHA for 497af8f
conf/server.conf.ts
@@ -1,5 +1,5 @@
1
2
-const _PROD_: boolean = process.env.NODE_ENV === 'production'
+const _PROD_ = process.env.NODE_ENV === 'production'
3
4
let PORT = _PROD_ ? 8021 : 8020
5
conf/server.ts
0 commit comments