General #19
Replies: 2 comments 6 replies
-
So I had to move morgan to a normal dependency because google cloud doesn't seem to install the dev dependencies causing it to crash as it can't find the module when we are importing it in the app file. For now the workaround is to save it as a normal dependency but hopefully there will be another way |
Beta Was this translation helpful? Give feedback.
-
Another thing I wanted to introduce is 2 different start scripts. Again this is mainly because we use nodemon as our start script and it's also a dev dependency which means google does not install it. Therefore, I think it would be beneficial to have a start:dev and start:prod sccript; the prod running node and dev running nodemon. |
Beta Was this translation helpful? Give feedback.
-
General discussion about features and more.
Beta Was this translation helpful? Give feedback.
All reactions