MCPcopy
hub / github.com/remy/nodemon / NodemonSettings

Interface NodemonSettings

index.d.ts:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104export interface NodemonSettings extends NodemonConfig, NodemonExecOptions {
105 events?: Record<string, string>;
106 env?: Record<string, string>;
107}
108
109export type Nodemon = {
110 (settings: NodemonSettings): Nodemon;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…