UNPKG
get-express-starter
Version:
latest (3.1.0)
3.1.0
3.0.0
2.1.2
2.1.1
2.0.1
1.1.1
1.1.0
1.0.0
0.1.0
Get production ready express boilerplate with a single command
get-express-starter
/
templates
/
express-postgres-prisma
/
src
/
config
/
index.ts
3 lines
(2 loc)
•
67 B
text/typescript
View Raw
1
2
3
export
{ env }
from
'./env'
;
export
{ corsOptions }
from
'./cors'
;