Skip to content

Commit

Permalink
Merge pull request #4 from fga-eps-mds/feat#69#70/createUser-login
Browse files Browse the repository at this point in the history
Release 1
  • Loading branch information
DaviMatheus authored Jul 28, 2024
2 parents abf631a + 713da54 commit acb4307
Show file tree
Hide file tree
Showing 60 changed files with 2,423 additions and 224 deletions.
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PORT=4000
NEXT_PUBLIC_API_URL="http://localhost:3000"
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

package-lock.json
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ services:
volumes:
- ./src:/app/src
env_file:
- .env
- .env.local

Loading

0 comments on commit acb4307

Please sign in to comment.