Skip to content

Commit

Permalink
Merge pull request #26 from pinoramajs/fix/connectionUrl
Browse files Browse the repository at this point in the history
fix(studio): wrong query param for connectionUrl
  • Loading branch information
cesconix authored Aug 19, 2024
2 parents 979fe2a + 2ff89b8 commit 47f6916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-ladybugs-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pinorama-studio": patch
---

wrong query param for connectionUrl
2 changes: 1 addition & 1 deletion packages/pinorama-studio/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function start(options) {
console.log(msg.join("\n"))

opts.open &&
(await open(`${studioUrl}?serverUrl=${serverUrl}&liveMode=true`))
(await open(`${studioUrl}?connectionUrl=${serverUrl}&liveMode=true`))
})

if (isPiped) {
Expand Down

0 comments on commit 47f6916

Please sign in to comment.