You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2020. It is now read-only.
ts-node is ok for dev and testing, I’m not sure it’s really reliable enough for production. Usually typescript is to compile it and then you run the js version.
Dockerfile can copy the sources, build and run the compiled node script.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following packages don't need to be installed for production and are only useful for development
Better to install them with a --save-dev
The text was updated successfully, but these errors were encountered: