Commit project
This commit is contained in:
parent
28471965a0
commit
3ac017a5ad
1030 changed files with 94062 additions and 0 deletions
8
node_modules/nodemon/doc/option-parsing-logic.md
generated
vendored
Normal file
8
node_modules/nodemon/doc/option-parsing-logic.md
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Option parsing logic
|
||||
|
||||
1. Read all CLI arguments
|
||||
2. Load local config
|
||||
3. Load global config
|
||||
4. Try backup: package.main
|
||||
5. Try backup: package.start
|
||||
6. Try index.js
|
Loading…
Add table
Add a link
Reference in a new issue