Files
olympics-calendar/scraper/nodemon.json
Fabrice Lamant fef4690b0b add docker
2025-12-06 14:55:13 +01:00

10 lines
114 B
JSON

{
"verbose": false,
"ignore": [
"node_modules",
"cache/**",
"output/**"
],
"ext": "ts,json"
}