fix(core): remove stale import process breaking core build (#189 phase 0) #191

Closed
opened 2026-04-27 10:32:14 +00:00 by xiaoju · 0 comments
Owner

What

Remove the extra import process from "node:process" in packages/core/src/parse-nerve-config.ts that was accidentally introduced. It breaks pnpm run build for core.

Steps

  1. Remove the import line
  2. Verify pnpm run build passes

Branch

refactor/189-inline-reflex-config

Ref

Parent: #189

## What Remove the extra `import process from "node:process"` in `packages/core/src/parse-nerve-config.ts` that was accidentally introduced. It breaks `pnpm run build` for core. ## Steps 1. Remove the import line 2. Verify `pnpm run build` passes ## Branch `refactor/189-inline-reflex-config` ## Ref Parent: #189
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#191