EventMapper/nodemon.json

4 lines
78 B
JSON
Raw Normal View History

2024-05-29 03:33:37 +00:00
{
2024-06-02 05:39:23 +00:00
"ignore": [".gitignore", ".git/**", "data/**", "assets/**", "pages/**"]
2024-05-29 03:33:37 +00:00
}