-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redundant editor code tidy up (#1103)
closes #1088 --------- Co-authored-by: Scott <scott.adams@raspberrypi.org>
- Loading branch information
1 parent
6cf5e5a
commit 45f72e8
Showing
42 changed files
with
52 additions
and
2,409 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,10 +1,10 @@ | ||
REACT_APP_AUTHENTICATION_CLIENT_ID='editor-dev' | ||
REACT_APP_AUTHENTICATION_URL='http://localhost:9001' | ||
REACT_APP_SENTRY_DSN='' | ||
REACT_APP_SENTRY_ENV='local' | ||
PUBLIC_URL='http://localhost:3011' | ||
ASSETS_URL='http://localhost:3011' | ||
REACT_APP_API_ENDPOINT='http://localhost:3009' | ||
REACT_APP_GOOGLE_TAG_MANAGER_ID='' | ||
REACT_APP_PLAUSIBLE_DATA_DOMAIN='' | ||
REACT_APP_PLAUSIBLE_SOURCE='' | ||
REACT_APP_SENTRY_DSN='' | ||
REACT_APP_SENTRY_ENV='local' | ||
PUBLIC_URL='http://localhost:3011' | ||
ASSETS_URL='http://localhost:3010' |
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
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
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
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 |
---|---|---|
|
@@ -18,6 +18,6 @@ RUN corepack enable \ | |
|
||
RUN yarn | ||
|
||
EXPOSE 3010 | ||
EXPOSE 3011 | ||
|
||
CMD ["yarn", "start"] |
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
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
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
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
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
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
Oops, something went wrong.