nodemon.json update

This commit is contained in:
Lucas Gabriel 2024-10-03 22:15:01 -03:00
parent db2081419b
commit 57dfc49c8c
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

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