UNPKG
nestjs-redis
Version:
latest (1.3.3)
1.3.3
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
a NestJS ioRedis module
skunight/nestjs-redis
nestjs-redis
/
nodemon.json
7 lines
(6 loc)
•
138 B
JSON
View Raw
1
2
3
4
5
6
7
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
"src/**/*.spec.ts"
]
,
"exec"
:
"ts-node -r tsconfig-paths/register src/main.ts"
}