Open manchuwook opened 1 year ago
I've been in the process of updating this project. Thank you for reporting. I'll post when the updates are pushed.
I've pushed to the dev branch some massive updates I've been working on
to try the dev (beta) template: moleculer init ourparentcenter/moleculer-template-project-ts-swagger#dev my-project
I've done some massive refactoring and am implementing an apps directory to which additional services and routes can be created via a plugin system.
The above issues you mentioned should be taken care of. This is still a work in progress and eventually I will have full documentation of this template as it is slowly morphing into an actual platform.
Feel free to give it a try and please let me know any ideas / enhancements you would like to suggest.
A new front end is also being developed to add to this new version of the template that will have a fully working user system in it.
There is a bunch of stuff that uses the logic
JSON.parse(Config.LOGGERCOLORS) || true
and LOGGERCOLORS (amongst others) areundefined
. This is just from setting the NODE_ENV to development after doing the cli install with default settings. I also used the fix at the bottom of the README.md for prom-client as well as moleculer-db-adapter-mongoose (out of date).Another issue is that jsonwebtoken has a moderate vulnerability for the version