111
This commit is contained in:
17
nodemon.json
Normal file
17
nodemon.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ignore": [
|
||||
"android/source_apk/**/*",
|
||||
"android/*.keystore",
|
||||
"android/*.jks",
|
||||
"android/build_output/**/*",
|
||||
"logs/**/*",
|
||||
"devices.db",
|
||||
"node_modules/**/*",
|
||||
"public/**/*"
|
||||
],
|
||||
"ext": "ts,js,json",
|
||||
"exec": "ts-node src/index.ts",
|
||||
"delay": 1000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user