Skip to content

Commit

Permalink
updating libraries and examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Dec 20, 2022
1 parent c24ba27 commit 6089a53
Show file tree
Hide file tree
Showing 12 changed files with 500 additions and 1,774 deletions.
1,755 changes: 8 additions & 1,747 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"camelcase-keys": "^6.2.2",
"compression": "1.7.4",
"compute-rhino3d": "^0.12.0",
"compute-rhino3d": "^0.13.0-beta",
"cors": "2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
Expand All @@ -56,7 +56,7 @@
"morgan": "~1.9.1",
"node-cache": "^5.1.1",
"node-fetch": "2.6.7",
"rhino3dm": "0.13.0",
"rhino3dm": "7.15.0",
"throng": "4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const argIndex = process.argv.indexOf('--computeUrl')
if (argIndex > -1)
process.env.RHINO_COMPUTE_URL = process.argv[argIndex + 1]
if (!process.env.RHINO_COMPUTE_URL)
process.env.RHINO_COMPUTE_URL = 'http://localhost:8081/' // default if nothing else exists
process.env.RHINO_COMPUTE_URL = 'http://localhost:5000/' // default if nothing else exists

console.log('RHINO_COMPUTE_URL: ' + process.env.RHINO_COMPUTE_URL)

Expand Down
Loading

0 comments on commit 6089a53

Please sign in to comment.