Skip to content

Commit 0e22dc2

Browse files
authored
chore: Add env var REACT_APP_CATALOG_SERVER_PORT (#2878)
* chore: Add env var REACT_APP_CATALOG_SERVER_PORT to use a custom catalog server in the inspector * fix: missing EOL * refactor: Update REACT_APP_CATALOG_SERVER_PORT to REACT_APP_CATALOG_URL * feat: Update @dcl/sdk package
1 parent 9cb58c2 commit 0e22dc2

File tree

4 files changed

+117
-107
lines changed

4 files changed

+117
-107
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ REACT_APP_INSPECTOR_PORT=
1515

1616
; Local development of @dcl/asset-packs
1717
REACT_APP_BIN_INDEX_JS_DEV_PORT=
18-
REACT_APP_BIN_INDEX_JS_DEV_PATH=
18+
REACT_APP_BIN_INDEX_JS_DEV_PATH=
19+
REACT_APP_CATALOG_URL=

0 commit comments

Comments
 (0)