This commit is contained in:
2020-05-17 13:56:21 +03:00
commit e9a41ffc22
32 changed files with 10191 additions and 0 deletions

8
nodemon.json Normal file
View File

@@ -0,0 +1,8 @@
{
"watch": [
"webpack/webpack.common.js",
"webpack/webpack.dev.js",
".babelrc.js",
"package-lock.json"
]
}