create-sitecore-jss 22.2.0-canary.50 → 22.2.0-canary.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ SITECORE_EDGE_CONTEXT_ID=
8
8
  # ========== XM Cloud Proxy ===========
9
9
 
10
10
  # Your XM Cloud Proxy hostname is needed to build the app and execute the client-side requests against the proxy server.
11
- PROXY_HOST=http://localhost:3001
11
+ PROXY_HOST=http://localhost:3000
12
12
 
13
13
  # Your XM Cloud Proxy server path is needed to build the app. The build output will be copied to the proxy server path.
14
14
  PROXY_BUILD_PATH=<%- locals.relativeProxyAppDestination.replace(/\\/g, '\\\\') %>dist
@@ -4,7 +4,7 @@
4
4
  # We recommend an alphanumeric value of at least 16 characters.
5
5
  JSS_EDITING_SECRET=
6
6
 
7
- # Your proxy port (default: 3001)
7
+ # Your proxy port (default: 3000)
8
8
  PROXY_PORT=
9
9
 
10
10
  # Your proxy server bundle path
@@ -33,4 +33,4 @@ The following environment variables can be set to configure the Proxy sample ins
33
33
  1. Run `npm run start`
34
34
 
35
35
  You should be able to see the following message:
36
- `server listening on port 3001!`.
36
+ `server listening on port 3000!`.
@@ -21,5 +21,5 @@ export const config: Config = {
21
21
  /**
22
22
  * Port which will be used when start the proxy
23
23
  */
24
- port: process.env.PROXY_PORT || 3001,
24
+ port: process.env.PROXY_PORT || 3000,
25
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sitecore-jss",
3
- "version": "22.2.0-canary.50",
3
+ "version": "22.2.0-canary.52",
4
4
  "description": "Sitecore JSS initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {
@@ -63,5 +63,5 @@
63
63
  "ts-node": "^10.9.1",
64
64
  "typescript": "~4.9.5"
65
65
  },
66
- "gitHead": "d30e42419052b47530203ce5692b3f78132b4ece"
66
+ "gitHead": "1b2c85c34c2693d0c133450bf1e3f07f8dd15bb3"
67
67
  }