Skip to content

Commit

Permalink
Continued to fix up some commands to run on Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DownUndaDev committed Jun 6, 2024
1 parent 6040047 commit 682dc6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/emotion-css-in-js/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
exports.default = {
CLIENT_ENTRY: './examples/emotion-css-in-js/src/client/index.tsx',
SERVER_ENTRY: './examples/emotion-css-in-js/src/server/start.ts',
TS_CONFIG_CLIENT: 'examples/emotion-css-in-js/src/tsconfig.json',
TS_CONFIG_SERVER: 'examples/emotion-css-in-js/src/tsconfig.json',
TS_CONFIG_CLIENT: 'examples/emotion-css-in-js/tsconfig.json',
TS_CONFIG_SERVER: 'examples/emotion-css-in-js/tsconfig.json',
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"watch:simple-ssr-example": "yarn pwt watch server -p examples/simple-ssr",
"explore-bundle:simple-ssr-example": "yarn pwt explore-bundle -p examples/simple-ssr",
"~~~ ssr-with-routing ~~~": "",
"build:ssr-with-routing-example": "yarn pwt build -p examples/ssr-with-routing",
"watch:ssr-with-routing-example": "yarn pwt watch server -p examples/ssr-with-routing",
"explore-bundle:ssr-with-routing-example": "yarn pwt explore-bundle -p examples/ssr-with-routing",
"build:ssr-with-routing-example": "export NODE_OPTIONS=--openssl-legacy-provider && yarn pwt build -p examples/ssr-with-routing",
"watch:ssr-with-routing-example": "export NODE_OPTIONS=--openssl-legacy-provider && yarn pwt watch server -p examples/ssr-with-routing",
"explore-bundle:ssr-with-routing-example": "export NODE_OPTIONS=--openssl-legacy-provider && yarn pwt explore-bundle -p examples/ssr-with-routing",
"~~~ ssr-with-data-loading-using-redux ~~~": "",
"build:ssr-with-data-loading-using-redux-example": "yarn pwt build -p examples/ssr-with-data-loading-using-redux",
"watch:ssr-with-data-loading-using-redux-example": "yarn pwt watch server -p examples/ssr-with-data-loading-using-redux",
Expand Down

0 comments on commit 682dc6d

Please sign in to comment.