UNPKG
express-generator-template
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Express with Typescript Template
github.com/mimamch/express-typescript
mimamch/express-typescript
express-generator-template
/
template
/
main-template
/
src
/
defaults
/
config.ts
2 lines
(1 loc)
•
67 B
text/typescript
View Raw
1
2
export
const
isProduction = process.env.NODE_ENV ===
"production"
;