Added nodemon to dev dependencies to automatially reload the app on changes
This commit is contained in:
6
nodemon.json
Normal file
6
nodemon.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"exec": "go run main.go",
|
||||
"ext": "go",
|
||||
"watch": ["."],
|
||||
"ignore": ["README.md"]
|
||||
}
|
Reference in New Issue
Block a user