Skip to content

Commit

Permalink
Merge branch 'master' into privacy-policy-TOS
Browse files Browse the repository at this point in the history
  • Loading branch information
SamZhang02 authored Jul 16, 2023
2 parents 703c002 + f2d2a7d commit a2e21a5
Show file tree
Hide file tree
Showing 98 changed files with 764,300 additions and 266,477 deletions.
1 change: 1 addition & 0 deletions .env.example → .env.dev.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
MS_CLIENT_ID=
MS_CLIENT_SECRET=
MS_REDIRECT_URI=
RUST_LOG=
5 changes: 5 additions & 0 deletions .env.prod.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MONGODB_URL=
MS_CLIENT_ID=
MS_CLIENT_SECRET=
MS_REDIRECT_URI=
RUST_LOG=
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:tailwindcss/recommended"
],
"ignorePatterns": [
"client/dist/*",
"cypress.config.js",
Expand Down
Loading

0 comments on commit a2e21a5

Please sign in to comment.