mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
add nodemon config to prevent server restart while developing front end
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"verbose": true,
|
||||
"ignore": ["tests/*", "client/*", "dist/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user