1
0
Fork 0
freesewing/sites/backend/nodemon.json

6 lines
114 B
JSON
Raw Normal View History

{
"verbose": true,
"ignore": ["tests/**.test.mjs"],
"watch": ["src/**", "openapi/*", "public/locales/**"]
}