Skip to content

Commit ae34972

Browse files
committed
revert port
1 parent db48274 commit ae34972

File tree

2 files changed

+2
-2
lines changed
  • packages
    • template-retail-react-app/app
    • test-commerce-sdk-react/app

2 files changed

+2
-2
lines changed

packages/template-retail-react-app/app/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const options = {
3333
mobify: getConfig(),
3434

3535
// The port that the local dev server listens on
36-
port: 4000,
36+
port: 3000,
3737

3838
// The protocol on which the development Express app listens.
3939
// Note that http://localhost is treated as a secure context for development,

packages/test-commerce-sdk-react/app/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const options = {
1717
defaultCacheTimeSeconds: 600,
1818

1919
// The port that the local dev server listens on
20-
port: 4000,
20+
port: 3000,
2121

2222
// The protocol on which the development Express app listens.
2323
// Note that http://localhost is treated as a secure context for development,

0 commit comments

Comments
 (0)