fix(core): remove stale import process breaking core build (#189 phase 0)
#191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Remove the extra
import process from "node:process"inpackages/core/src/parse-nerve-config.tsthat was accidentally introduced. It breakspnpm run buildfor core.Steps
pnpm run buildpassesBranch
refactor/189-inline-reflex-configRef
Parent: #189