Skip to content

Commit

Permalink
chore(files): remove TEMP_TEST_TS.ts file
Browse files Browse the repository at this point in the history
chore(types): remove Questions comments
  • Loading branch information
KevinGruber committed May 28, 2024
1 parent 47c98ec commit d65cc51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions TEMP_TEST_TS.ts

This file was deleted.

3 changes: 0 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export type Nodemon = {
emit(type: NodemonEventHandler, event?: any): Nodemon;
reset(callback: Function): Nodemon;
restart(): Nodemon;
// TODO remy is that now only the config or does it also include the other stuff liek script?
config: NodemonSettings;
};

Expand Down Expand Up @@ -125,8 +124,6 @@ export interface NodemonSettings extends NodemonConfig {
env?: { [key: string]: string };
exec?: string; // node, python, etc
execArgs?: string[]; // args passed to node, etc,

// TODO remy check if that is correct i have that in my code configured
nodeArgs?: string[]; // args passed to node, etc,
delay?: number;
}
Expand Down

0 comments on commit d65cc51

Please sign in to comment.