This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0235656
/
cloth-design
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c69774828c
Branches
Tags
master
cloth-design
/
back-end
/
nodemon.json
nodemon.json
106 B
History
Raw
1
2
3
4
5
6
{
"watch": ["src"],
"ext": "ts",
"exec": "ts-node ./src/main.ts",
"ignore": ["src/**/*.spec.ts"]
}