-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove quotes from
.env
, gitignore bun lock file (#6263)
- Loading branch information
1 parent
2da1eee
commit 203288e
Showing
2 changed files
with
5 additions
and
4 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,11 +1,11 @@ | ||
# Whitelabelling envs | ||
|
||
REACT_APP_TITLE="CARE" | ||
REACT_APP_META_DESCRIPTION="CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations." | ||
REACT_APP_TITLE=CARE | ||
REACT_APP_META_DESCRIPTION=CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations. | ||
REACT_APP_COVER_IMAGE=https://cdn.coronasafe.network/care_logo.svg | ||
REACT_APP_COVER_IMAGE_ALT=https://cdn.coronasafe.network/care_logo.svg | ||
REACT_APP_CONFIG="" | ||
REACT_PUBLIC_URL="https://care.coronasafe.in" | ||
REACT_APP_CONFIG= | ||
REACT_PUBLIC_URL=https://care.coronasafe.in | ||
|
||
# Dev envs | ||
ESLINT_NO_DEV_ERRORS=true |
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 |
---|---|---|
|
@@ -54,6 +54,7 @@ public/build-meta.json | |
# Using NPM | ||
yarn.lock | ||
pnpm-lock.yaml | ||
bun.lockb | ||
|
||
# Cypress | ||
cypress/downloads | ||
|