mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
🧑💻 nodemon config for dev
This commit is contained in:
parent
d7bb4deb7d
commit
7b34fbd106
2 changed files with 26 additions and 0 deletions
13
packages/original/nodemon.json
Normal file
13
packages/original/nodemon.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"restartable": "rs",
|
||||
"ignore": [".git", "node_modules/**/node_modules"],
|
||||
"verbose": true,
|
||||
"execMap": {
|
||||
"ts": "node --require ts-node/register"
|
||||
},
|
||||
"watch": ["src/"],
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"ext": "js,json,ts"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue