This repository has been archived on 2023-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
auth/nodemon.json
2023-04-18 19:35:21 -04:00

6 lines
72 B
JSON

{
"watch": ["src"],
"exec": "yarn run serve",
"ext": "ts"
}