aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-10-20 12:30:13 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-10-20 12:30:13 +0530
commitc25ef8284e7f3a868991b8a8a340cd20e9a983db (patch)
treeee34499e82c9811c80199c3c90ef3775e603896d /package.json
parent5df1acbe0f5ce9fe00868e724f5c30fd9775c4bd (diff)
parent5ea307d3f66d5d8bd5f6060590620083503a7a12 (diff)
Merge branch 'restored_server_monitor' of https://github.com/browngraphicslab/Dash-Web into restored_server_monitor
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6736d27f6..29fbf4193 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"debug": "cross-env NODE_OPTIONS=--max_old_space_size=8192 ts-node-dev --transpile-only --inspect -- src/server/index.ts",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack --env production",
"test": "mocha -r ts-node/register test/**/*.ts",
+ "monitor": "cross-env MONITORED=true NODE_OPTIONS=--max_old_space_size=4096 ts-node src/server/index.ts",
"tsc": "tsc"
},
"devDependencies": {
@@ -124,6 +125,7 @@
"@hig/theme-context": "^2.1.3",
"@hig/theme-data": "^2.16.1",
"@material-ui/core": "^4.11.0",
+ "@types/cors": "^2.8.8",
"@types/google-maps": "^3.2.2",
"@types/reveal": "^3.3.33",
"@types/webscopeio__react-textarea-autocomplete": "^4.6.1",
@@ -261,4 +263,4 @@
"xoauth2": "^1.2.0",
"xregexp": "^4.3.0"
}
-}
+} \ No newline at end of file