Skip to content

Commit

Permalink
fix: updated ecs version (#941)
Browse files Browse the repository at this point in the history
* 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
pbosio and cazala authored Mar 6, 2020
1 parent 8475938 commit 3045226
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 131 deletions.
1 change: 0 additions & 1 deletion .nowignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
build
48 changes: 0 additions & 48 deletions Dockerfile

This file was deleted.

27 changes: 19 additions & 8 deletions now.json
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" }]
}
Loading

1 comment on commit 3045226

@vercel
Copy link

@vercel vercel bot commented on 3045226 Mar 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.