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
Hi, I noticed that in package.json you have express and ejs as dependencies. As far as I know, this is only needed for the examples. Should they be there? I think it's better to separate the examples into its own repo, or better, have them use their own packages, and add a command in npm to build and run them if needed?
I'm thinking in terms of deployment and dependency management, and so far I don't see the need of express to be installed.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I noticed that in package.json you have express and ejs as dependencies. As far as I know, this is only needed for the examples. Should they be there? I think it's better to separate the examples into its own repo, or better, have them use their own packages, and add a command in npm to build and run them if needed?
I'm thinking in terms of deployment and dependency management, and so far I don't see the need of express to be installed.
Thanks!
The text was updated successfully, but these errors were encountered: