tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

Add ts-node-dev or similar #20

Closed zenlex closed 2 months ago

zenlex commented 2 months ago

No need for another build tool for this as we're not using assets, etc. but should set it up to compile ts changes automagically during dev.

zenlex commented 2 months ago

Closing as done for now - using nodemon with ts-node in dockerfile now.