Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

chore: update config so extensionUrls can be declared in .env file for local development #237

Merged
merged 4 commits into from
May 31, 2022

Conversation

KaWaite
Copy link
Member

@KaWaite KaWaite commented May 31, 2022

Overview

Just update config.ts so that devs can put an extension urls into their .env files locally

In .env
REEARTH_WEB_EXTENSION_URLS=https://somewhere.com
or multiple
REEARTH_WEB_EXTENSION_URLS=https://somewhere.com,https://anothersomewhere.com,https://moresomewheres.com

@netlify
Copy link

netlify bot commented May 31, 2022

Deploy Preview for reearth-web ready!

Name Link
🔨 Latest commit 1d74d5f
🔍 Latest deploy log https://app.netlify.com/sites/reearth-web/deploys/6295a4ed02092f00081aede1
😎 Deploy Preview https://deploy-preview-237--reearth-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@KaWaite KaWaite marked this pull request as ready for review May 31, 2022 03:44
@KaWaite KaWaite requested a review from rot1024 May 31, 2022 03:44
@KaWaite KaWaite self-assigned this May 31, 2022
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #237 (1d74d5f) into main (4fd0eb3) will increase coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   50.98%   51.03%   +0.04%     
==========================================
  Files          58       58              
  Lines        1165     1164       -1     
  Branches      184      184              
==========================================
  Hits          594      594              
+ Misses        508      507       -1     
  Partials       63       63              
Impacted Files Coverage Δ
src/config.ts 19.44% <0.00%> (+0.52%) ⬆️

@KaWaite KaWaite changed the title update config so extensionUrls can be a string put into .env file feat: update config so extensionUrls can be a string put into .env file May 31, 2022
@KaWaite KaWaite changed the title feat: update config so extensionUrls can be a string put into .env file feat: update config so extensionUrls can be declared in .env file for local development May 31, 2022
@rot1024 rot1024 changed the title feat: update config so extensionUrls can be declared in .env file for local development fix: update config so extensionUrls can be declared in .env file for local development May 31, 2022
@rot1024 rot1024 changed the title fix: update config so extensionUrls can be declared in .env file for local development chore: update config so extensionUrls can be declared in .env file for local development May 31, 2022
src/config.ts Outdated Show resolved Hide resolved
Co-authored-by: rot1024 <aayhrot@gmail.com>
@KaWaite KaWaite merged commit 545b9ec into main May 31, 2022
@KaWaite KaWaite deleted the update-config-cloud branch May 31, 2022 05:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants