-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: updated ECS version * Update package.json * chore: deploy to now * chore: added node path * chore: remove nowignore * chore: remove Dockerfile * fix: dragging entities when trying to rotate the camera * fix: content server url Co-authored-by: Juan Cazala <[email protected]>
- Loading branch information
Showing
8 changed files
with
93 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
node_modules | ||
build |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
{ | ||
"version": 2, | ||
"name": "builder", | ||
"alias": "builder-staging", | ||
"version": 1, | ||
"type": "static", | ||
"public": false, | ||
"github": { | ||
"autoAlias": true, | ||
"enabled": true | ||
} | ||
"build": { | ||
"env": { | ||
"NODE_PATH": "src", | ||
"REACT_APP_CONTENT_SERVER_URL": "https://peer.decentraland.org/content", | ||
"REACT_APP_EMAIL_SERVER_URL": "https://decentraland.org/subscribe", | ||
"REACT_APP_DAR_URL": "https://schema.decentraland.org/dar", | ||
"REACT_APP_MARKETPLACE_URL": "https://api.decentraland.org/v1", | ||
"REACT_APP_PROFILE_API_URL": "https://profile.decentraland.org/api/v1", | ||
"REACT_APP_BUILDER_SERVER_URL": "https://builder-api.decentraland.org/v1", | ||
"REACT_APP_AUTH0_CLIENT_ID": "aZoRk3FeF1ct9QAjd7uLd0aeTZG36shL", | ||
"REACT_APP_AUTH0_DOMAIN": "decentraland.org", | ||
"REACT_APP_AUTH0_REDIRECT": "dcl-test.auth0.com", | ||
"REACT_APP_AUTH0_AUDIENCE": "https://builder.decentraland.org/callback", | ||
"REACT_APP_MANA_TOKEN_CONTRACT_ADDRESS": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942", | ||
"REACT_APP_SHARE_SCENE_URL": "https://share.decentraland.org/v1/share" | ||
} | ||
}, | ||
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }] | ||
} |
Oops, something went wrong.
3045226
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: