MCServer/nodemon.json

5 lines
81 B
JSON
Raw Permalink Normal View History

{
"watch": ["src"],
"ext": "*.ts, *.js",
"exec": "ts-node ./src/index.ts"
}