Skip to content

Commit

Permalink
don't attempt to set visibility public automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Dec 23, 2023
1 parent db2ede9 commit 251076a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"postAttachCommand": {
"compile": "pnpm run --filter compile dev",
"core": "pnpm run --filter core dev",
"viewer": "pnpm run --filter viewer dev --host",
"makeDataPublic": "gh codespace ports visibility 3141:public -c $CODESPACE_NAME"
"viewer": "pnpm run --filter viewer dev --host"
},
"forwardPorts": [3141, 5173],
"portsAttributes": {
Expand Down
2 changes: 2 additions & 0 deletions doc/codespace/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ As the viewer starts up, you may see an `Open in Browser` popup. You can always
access the browser preview by going to the `Ports` tab, and clicking the
`Open in Browser` globe icon for port `5173`.

You must also set port `3143` to "Public" uisng the Ports tab.

## Checking Compiled Data

In a console run
Expand Down

0 comments on commit 251076a

Please sign in to comment.