Files
phishingclub/frontend/nodemon.json
2025-08-21 16:14:09 +02:00

16 lines
325 B
JSON

{
"ignore": [
".svelte-kit/",
"build/",
"node_modules/"
],
"watch": [
"src/",
"static/"
],
"exec": "npm run build-dev",
"events": {
"restart": "rm ./vite.dev.config.js.timestamp* -f"
},
"ext": "js,ts,svelte,html,css,svg,png,jpg,jpeg,webp,json"
}