Skip to content

Commit

Permalink
build: searchbar: change nodemon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineChillaud committed Feb 23, 2023
1 parent 7b738aa commit f0f4d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"NODE_ENV": "development"
},
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules", "src"],
"watch": ["server"],
"exec": "yarn start-dev",
"ext": "ts, yaml"
Expand Down

0 comments on commit f0f4d20

Please sign in to comment.