This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
tati
/
critter-crossing
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c2e74e033f
Rami (Branch)
Tag
master
critter-cros...
/
scraper
/
nodemon.json
nodemon.json
108 B
Cronologia
Originale
1
2
3
4
5
6
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node ./src/server.ts"
}