Skip to content

Commit

Permalink
v3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 5, 2023
1 parent aa63edb commit 462c146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualize-admin/visualization-tool",
"version": "3.21.1",
"version": "3.22.0",
"repository": {
"type": "git",
"url": "https://github.com/visualize-admin/visualization-tool.git"
Expand All @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"dev": "preconstruct dev && NODE_OPTIONS=\"--inspect --openssl-legacy-provider\" next ./app",
"dev": "preconstruct dev && NODE_OPTIONS=\"--inspect \" 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 462c146

@vercel
Copy link

@vercel vercel bot commented on 462c146 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-ixt1.vercel.app
visualization-tool-alpha.vercel.app

Please sign in to comment.