mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-04 08:59:41 -04:00
🔧 Nodemon config
This commit is contained in:
parent
ebd78d1abb
commit
129a6c8861
1 changed files with 13 additions and 0 deletions
13
nodemon.json
Normal file
13
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