hof 20.3.4-beta-testing-request → 20.3.4-redis-beta

Sign up to get free protection for your applications and to get access to all the features.
package/sandbox/server.js CHANGED
@@ -1,6 +1,7 @@
1
1
  /* eslint-disable */
2
2
  'use strict';
3
3
 
4
+ const config = require('./config');
4
5
  const bootstrap = require('../');
5
6
 
6
7
  bootstrap({
@@ -14,5 +15,7 @@ bootstrap({
14
15
  }
15
16
  },
16
17
  getAccessibility: true,
17
- "port": 8082
18
+ "port": config.port
18
19
  });
20
+
21
+ console.log(`Running on port ${config.port}`);
package/sandbox/yarn.lock CHANGED
@@ -202,9 +202,9 @@ sass@^1.53.0:
202
202
  source-map-js ">=0.6.2 <2.0.0"
203
203
 
204
204
  semver@^5.7.1:
205
- version "5.7.2"
206
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
207
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
205
+ version "5.7.1"
206
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
207
+ integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
208
208
 
209
209
  semver@~7.0.0:
210
210
  version "7.0.0"