metrotranscom / doorway

component-based web framework for affordable housing management
Apache License 2.0
3 stars 1 forks source link

fix: move ts-node to dependencies #697

Closed ludtkemorgan closed 3 months ago

ludtkemorgan commented 3 months ago

The reseed command in Doorway dev environment is failing because the ts-node package doesn't exist. I believe this is because we are only downloading the production node modules.

This PR moves the ts-node package to the dependencies instead of devDependencies.