Skip to content

Commit

Permalink
feat: update to next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGuedess committed Dec 11, 2024
1 parent c2ad7c1 commit f9f54d6
Show file tree
Hide file tree
Showing 144 changed files with 20,457 additions and 15,288 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NEXT_PUBLIC_API_URL="http://localhost:3000/graphql"
NEXT_PUBLIC_SENTRY_DNS="https://a1b57d341c1cfe31febac48403b0c9db@o4508067151347712.ingest.us.sentry.io/4508433083072512"

NEXTAUTH_URL="http://localhost:3333"
NEXTAUTH_SECRET="60297c096813cacf04739f1f76353f02"

SENTRY_SUPPRESS_TURBOPACK_WARNING=1
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
NEXT_PUBLIC_API_URL="http://localhost:3000/graphql"
NEXT_PUBLIC_SENTRY_DNS="http://localhost:3000"

NEXTAUTH_URL="http://localhost:3333"
NEXTAUTH_SECRET="60297c096813cacf04739f1f76353f02"
5 changes: 5 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NEXT_PUBLIC_API_URL="http://localhost:3000/graphql"
NEXT_PUBLIC_SENTRY_DNS="http://localhost:3000"

NEXTAUTH_URL="http://localhost:3333"
NEXTAUTH_SECRET="60297c096813cacf04739f1f76353f02"
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

Loading

0 comments on commit f9f54d6

Please sign in to comment.