@dcl/asset-packs 0.0.0-20230911215327.commit-4ff713d → 0.0.0-20230912212246.commit-eeeae8c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ Go to the `builder` repo in your machine and do this:
|
|
|
59
59
|
1. Set the `REACT_APP_INSPECTOR_PORT` env var in `.env` to be `8001` (this is the `@dcl/inspector` dev server we started in the previous section).
|
|
60
60
|
2. Set the `REACT_APP_BIN_INDEX_JS_DEV_PORT` to the port where the SDK7 started running (by defualt `8000`).
|
|
61
61
|
3. Set the `REACT_APP_BIN_INDEX_JS_DEV_PATH` env var in `.env` to the path to the `bin/index.js` that you copied in the first section or if you're using docker, set the path to be `/app/bin/index.js`.
|
|
62
|
-
4.
|
|
62
|
+
4. Set the `REACT_APP_CATALOG_URL` env var in `.env` to be `http://localhost:8002` (this is the catalog server we started in the first section).
|
|
63
|
+
5. Run `npm start` to start the builder local server which should start on port `3000`
|
|
63
64
|
|
|
64
65
|
Now you are all set, you can start developing the SDK7 scene in this repo, use it from the local Builder and test it by previewing the scene, which should use your local Builder Server serving the development javascript files.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20230912212246.commit-eeeae8c",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/definitions.js",
|
|
6
6
|
"typings": "dist/definitions.d.ts",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"semi": false,
|
|
56
56
|
"printWidth": 80
|
|
57
57
|
},
|
|
58
|
-
"commit": "
|
|
58
|
+
"commit": "eeeae8c118413b3d064f68d24cc29338d7306b11"
|
|
59
59
|
}
|