mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
fix(nodemon): will now follow nodemonConfig in package file (#514)
This commit is contained in:
parent
07fec3b958
commit
bccd0cb3dd
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"ignore": [
|
||||
"api/data/",
|
||||
"data"
|
||||
]
|
||||
}
|
|
@ -57,5 +57,11 @@
|
|||
"prettier-eslint": "^15.0.1",
|
||||
"prettier-eslint-cli": "^7.1.0",
|
||||
"prettier-plugin-tailwindcss": "^0.2.2"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
"api/data/",
|
||||
"data"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue