augustkline.com/nodemon.json

6 lines
110 B
JSON
Raw Permalink Normal View History

2024-09-30 19:16:48 -04:00
{
"watch": ["vite.config.ts","src", "public"],
"ext": "js,ts,html,css,md",
"exec": "npm run preview"
}