Skip to content

Commit

Permalink
Update to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Dec 10, 2023
1 parent 80d5c68 commit 03c7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockge",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"engines": {
"node": ">= 18.0.0 && <= 18.17.1"
Expand Down

2 comments on commit 03c7815

@syko9000
Copy link
Contributor

Choose a reason for hiding this comment

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

The only way I can get the websocket to connect on version 1.3.3 is to have NODE_ENV=development set. My Host header and Origin header's host part are the same so I don't understand why it won't connect.

@louislam
Copy link
Owner Author

Choose a reason for hiding this comment

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

Port is matter, NODE_ENV=development is the correct way for dev.

You can also use pnpm run dev to spin up the dev servers.

Please sign in to comment.