javieraviles / node-typescript-koa-rest

REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README

Home Page:https://node-typescript-koa-rest.herokuapp.com/swagger-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watch-server doesn't work on windows 10

ElsaOOo opened this issue · comments

in my addition, nodemon can't monitor src folder code change.
unless i edit the script code
"watch-server": "nodemon --watch src -e ts,tsx --exec ts-node src/server.ts",

this works!

I just did a quick test and you are right... could you please address a pull request for this? it would be nice :)

thanks in advance

I fixed it here #40

thanks!