My mentality: `dependencies` are for _runtime_ things, if you've got an app that runs and uses `expr

My mentality:
dependencies
are for runtime things, if you've got an app that runs and uses
express
for example.

devDependencies
for dev tooling, or anything that's only used to build, like everything here, since it's all bundled into a single output worker.
Was this page helpful?