This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
0235656
/
cloth-design
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7e6b85d5be
Branches
Tags
master
cloth-design
/
back-end
/
nodemon.json
nodemon.json
106 B
Historique
Raw
1
2
3
4
5
6
{
"watch": ["src"],
"ext": "ts",
"exec": "ts-node ./src/main.ts",
"ignore": ["src/**/*.spec.ts"]
}