Files
blt/nodemon.json

7 lines
91 B
JSON

{
"exec": "go run main.go",
"ext": "go",
"watch": ["."],
"ignore": ["README.md"]
}