-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Revert "Revert "chore: Vite upgrade (#1381)" (#1383)" This reverts commit 1135329. * Update package.json
- Loading branch information
1 parent
57ee91d
commit e66f559
Showing
48 changed files
with
5,041 additions
and
7,861 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
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 |
---|---|---|
|
@@ -12,24 +12,24 @@ PAGINATION_PAGE_SIZE=10 | |
|
||
# Ports used by React (frontend) and Express (backend) | ||
PORT=3000 | ||
REACT_APP_BACKEND_PORT=3001 | ||
VITE_BACKEND_PORT=3001 | ||
|
||
# Uncomment when testing with any of the Auth providers below | ||
#REACT_APP_AUTH_TOKEN_NAME="authAccessToken" | ||
#VITE_AUTH_TOKEN_NAME="authAccessToken" | ||
|
||
# Auth0 Configuration to be added to .env when running "yarn dev:auth0" | ||
#AUTH0_USERNAME="[email protected]" | ||
#AUTH0_PASSWORD="s3cret1234$" | ||
#REACT_APP_AUTH0_DOMAIN="your-auth0-domain.auth0.com" | ||
#REACT_APP_AUTH0_CLIENTID="1234567890" | ||
#REACT_APP_AUTH0_AUDIENCE="https://your-auth0-domain.auth0.com/api/v2/" | ||
#REACT_APP_AUTH0_SCOPE="openid email profile" | ||
#VITE_AUTH0_DOMAIN="your-auth0-domain.auth0.com" | ||
#VITE_AUTH0_CLIENTID="1234567890" | ||
#VITE_AUTH0_AUDIENCE="https://your-auth0-domain.auth0.com/api/v2/" | ||
#VITE_AUTH0_SCOPE="openid email profile" | ||
|
||
# Okta Configuration to be added to .env when running "yarn dev:okta" | ||
#OKTA_USERNAME="[email protected]" | ||
#OKTA_PASSWORD="s3cret1234$" | ||
#REACT_APP_OKTA_DOMAIN="dev-your-domain-id.okta.com" | ||
#REACT_APP_OKTA_CLIENTID="your-client-id" | ||
#VITE_OKTA_DOMAIN="dev-your-domain-id.okta.com" | ||
#VITE_OKTA_CLIENTID="your-client-id" | ||
|
||
# AWS Cognito #Okta Configuration to be added to .env when running "yarn dev:cognito" | ||
# Additional config taken from aws-exports.js | ||
|
@@ -39,6 +39,6 @@ REACT_APP_BACKEND_PORT=3001 | |
|
||
# Google Auth Configuration to be added to .env when running "yarn dev:google" | ||
# client ID should look something like <identifier>.apps.googleusercontent.com | ||
# REACT_APP_GOOGLE_CLIENTID="your-client-id" | ||
# REACT_APP_GOOGLE_CLIENT_SECRET="your-client-secret" | ||
# VITE_GOOGLE_CLIENTID="your-client-id" | ||
# VITE_GOOGLE_CLIENT_SECRET="your-client-secret" | ||
# GOOGLE_REFRESH_TOKEN="your-refresh-token" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
16.16.0 | ||
18.16.1 |
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 +1 @@ | ||
16.16.0 | ||
18.16.1 |
Oops, something went wrong.