Closed lukesmolo closed 3 years ago
I think it would be a nice feature to add a start:dev command in the package.json for automatically re-compiling the source code after a modification.
Great idea, I took the nest approach, which basically has the default start script with the build step + a production start script. Please review the PR 😃
nest
start
I think it would be a nice feature to add a start:dev command in the package.json for automatically re-compiling the source code after a modification.