-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Transition CRA to vite * Review * chore: remove unused / broken eslint config * fix: run pipeline on PRs from forks
- Loading branch information
geisterfurz007
authored
May 10, 2024
1 parent
dd3ffa1
commit acc62cb
Showing
12 changed files
with
2,386 additions
and
17,463 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
REACT_APP_ENV=local | ||
REACT_APP_FIREBASE_AUTH_EMULATOR_URL=http://127.0.0.1:9099 | ||
REACT_APP_FIREBASE_FIRESTORE_EMULATOR_HOST=127.0.0.1 | ||
REACT_APP_FIREBASE_FIRESTORE_EMULATOR_PORT=8080 | ||
VITE_FIREBASE_AUTH_EMULATOR_URL=http://127.0.0.1:9099 | ||
VITE_FIREBASE_FIRESTORE_EMULATOR_HOST=127.0.0.1 | ||
VITE_FIREBASE_FIRESTORE_EMULATOR_PORT=8080 |
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,4 +1,3 @@ | ||
REACT_APP_ENV=local | ||
REACT_APP_FIREBASE_AUTH_EMULATOR_URL=http://127.0.0.1:9099 | ||
REACT_APP_FIREBASE_FIRESTORE_EMULATOR_HOST=127.0.0.1 | ||
REACT_APP_FIREBASE_FIRESTORE_EMULATOR_PORT=8080 | ||
VITE_FIREBASE_AUTH_EMULATOR_URL=http://127.0.0.1:9099 | ||
VITE_FIREBASE_FIRESTORE_EMULATOR_HOST=127.0.0.1 | ||
VITE_FIREBASE_FIRESTORE_EMULATOR_PORT=8080 |
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,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="description" content="CodeSupport Code Review Tool" /> | ||
<title>CodeSupport Code Review Tool</title> | ||
</head> | ||
<body> | ||
<main> | ||
<h1>CodeSupport Code Review Tool</h1> | ||
<p>Coming soon...</p> | ||
</main> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="app"></div> | ||
<script type="module" src="src/index.tsx"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.