1
0
mirror of https://github.com/andrigamerita/simpkey synced 2025-02-19 21:30:47 +01:00
simpkey/nodemon.json

5 lines
93 B
JSON
Raw Normal View History

2020-07-24 01:14:28 +09:00
{
"watch": ["src"],
"ext": "ts,pug",
"exec": "npm-run-all -p tsc copy -s start"
}