Skip to content

Commit a3a385d

Browse files
committed
add serve command to remix folder. add hoistingLimits to react-sdk-next-pages folders.
1 parent 35ffcb2 commit a3a385d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

packages/sdks/e2e/react-sdk-next-pages/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"eslint-config-next": "14.0.3",
2828
"typescript": "^5"
2929
},
30+
"installConfig": {
31+
"hoistingLimits": "workspaces"
32+
},
3033
"nx": {
3134
"targets": {
3235
"build": {

packages/sdks/snippets/react-sdk-next-pages/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"eslint-config-next": "14.0.3",
2525
"typescript": "^5"
2626
},
27+
"installConfig": {
28+
"hoistingLimits": "workspaces"
29+
},
2730
"nx": {
2831
"targets": {
2932
"build": {

packages/sdks/snippets/remix/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "react-router build",
88
"dev": "react-router dev",
99
"start": "react-router-serve ./build/server/index.js",
10+
"serve": "yarn start",
1011
"typecheck": "react-router typegen && tsc",
1112
"test": "SERVER_NAME=remix yarn g:nx test:snippet @sdk/tests"
1213
},

0 commit comments

Comments
 (0)