UNPKG
figmacoder
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
FIGMACODER is a npm library for generating an express application
figmacoder
/
src
/
utilities
/
helpers
/
dotenv.js
5 lines
(4 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
const
dotenv =
require
(
'dotenv'
) dotenv.
config
(
'../.env'
)
const
{ env } = process
module
.
exports
= { env }