Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
44 stars 37 forks source link

Extract container initialization to bin/init #1

Closed bryanenders closed 2 years ago

bryanenders commented 2 years ago

Why

Memory issues can occur when services retrieve dependencies in parallel. Checking dependencies on every start needlessly slows the operation. The NPM lock files are updated on start, which is undesirable.

What