File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 ],
99 "bin" : " index.js" ,
1010 "scripts" : {
11- "dev" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next dev" ,
12- "build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build" ,
13- "start" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build && next start"
11+ "dev" : " next dev" ,
12+ "build" : " next build" ,
13+ "start" : " next build && next start"
1414 },
1515 "dependencies" : {
1616 "@deck.gl/core" : " 8.6.6" ,
Original file line number Diff line number Diff line change 99 ],
1010 "bin" : " index.js" ,
1111 "scripts" : {
12- "dev" : " cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development node index.js" ,
13- "build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build" ,
14- "start" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build && NODE_ENV=production node index.js"
12+ "dev" : " NODE_ENV=development node index.js" ,
13+ "build" : " next build" ,
14+ "start" : " next build && NODE_ENV=production node index.js"
1515 },
1616 "dependencies" : {
1717 "@material-ui/core" : " 4.12.3" ,
Original file line number Diff line number Diff line change 88 ],
99 "bin" : " index.js" ,
1010 "scripts" : {
11- "dev" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next dev" ,
12- "build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build" ,
13- "start" : " cross-env NODE_OPTIONS=--openssl-legacy-provider next build && next start"
11+ "dev" : " next dev" ,
12+ "build" : " next build" ,
13+ "start" : " next build && next start"
1414 },
1515 "dependencies" : {
1616 "@deck.gl/core" : " 8.6.6" ,
You can’t perform that action at this time.
0 commit comments