nodemon.json update

This commit is contained in:
Lucas Gabriel 2024-10-03 22:15:01 -03:00 committed by GiovaniFZ
parent b4ed01e01f
commit e7d37afa49
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -1,3 +1,9 @@
{
"ignore": ["props", "tmp"]
"ignore": [
"props",
"tmp"
],
"watch": [
"restart.txt"
]
}