Skip to content

Commit

Permalink
fix: Removal of --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 5, 2023
1 parent 462c146 commit 84f2e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ You can also check the [release page](https://github.com/visualize-admin/visuali

Nothing yet.

# [3.22.1] - 2023-09-05

- Fixes
- Revert removal of `--openssl-legacy-provider``

# [3.22.0] - 2023-09-05

- Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"dev": "preconstruct dev && NODE_OPTIONS=\"--inspect \" next ./app",
"dev": "preconstruct dev && NODE_OPTIONS=\"--inspect --openssl-legacy-provider\" next ./app",
"dev:mitmproxy": "preconstruct dev && HTTP_PROXY=http://localhost:8080 NODE_EXTRA_CA_CERTS=~/.mitmproxy/mitmproxy-ca-cert.pem GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE='' NO_PROXY='localhost,127.0.0.1' next ./app",
"dev:rollup": "rollup -c rollup.config.js --watch",
"db:migrate:dev": "DATABASE_URL=postgres://postgres:password@localhost:5432/visualization_tool prisma db push",
Expand Down

1 comment on commit 84f2e78

@vercel
Copy link

@vercel vercel bot commented on 84f2e78 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-git-main-ixt1.vercel.app
visualization-tool-alpha.vercel.app
visualization-tool-ixt1.vercel.app

Please sign in to comment.