DAILY DOCDAILY DOC
Rust
Node
Notes
Ubuntu
Leetcode
  • it-tools
  • excalidraw
  • linux-command
Rust
Node
Notes
Ubuntu
Leetcode
  • it-tools
  • excalidraw
  • linux-command
  • node

    • NODE
    • parseArgs
    • compose
    • date-format
    • dayjs
    • encrypt
    • env-cmd
    • glob
    • Koa 洋葱模型
    • lodash
    • logger
    • log4js
    • mongod
    • nanoid
    • node-red
    • node-stream
    • node:test
    • nodemailer
    • nodemon
    • nodered
    • parse-curl
    • pm2
    • toml
    • ws
    • yargs
    • zx

nodemon

npm i nodemon -D

nodemon.json
{
  "restartable": "rs",
  "ignore": [".git", "node_modules/**/*", ".vscode/**/*", "./dist/**/*"],
  "verbose": true,
  "watch": ["./app"],
  "env": {
    "NODE_ENV": "development"
  },
  "ext": "js,json"
}

Refer

  • nodemon.json
Last Updated:
Contributors: rosendo
Prev
nodemailer
Next
nodered