Skip to content

feat(dev-server): inspect (Node debug protocol forwarding) #151

Description

@lukekania

Goal

Honor inspect (e.g. inspect: true or inspect: '127.0.0.1:9229') to forward Node's --inspect flag through to any subprocess the dev server spawns. Mostly useful when ngc-rs eventually supports SSR (out of scope for v1.0).

Current state

Silently dropped. Low impact — the only Node subprocess ngc-rs spawns is the optional PostCSS/Tailwind invocation, which doesn't typically benefit from a debugger.

Scope

  • Schema field + option pass-through, but the actual semantics depend on what subprocesses we have to debug. Until SSR lands, this is mostly a no-op stub that just doesn't error on the option.

Definition of done

  • inspect: true no longer triggers a "silently overridden" warning.
  • A future SSR implementation can wire this through trivially.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestparity:nice-to-haveDefer to post-1.0 unless someone explicitly needs it.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions