Commit f60fb3e
committed
refactor(nodes): convert create command to factory
Replace the module-level create command with a createCreateCommand
factory and call it from registerNodes. This makes the create command
constructible (so call-site state can be threaded in without mutating
a shared singleton), matching the factory pattern now used by the
images commands.1 parent 2c94afc commit f60fb3e
2 files changed
Lines changed: 368 additions & 359 deletions
0 commit comments