Skip to content

Commit

Permalink
Merge pull request #38 from Informatik-Projekt-Kurs/IPK-171-Setup-Gra…
Browse files Browse the repository at this point in the history
…phQL

IPK-171 Setup GraphQL
  • Loading branch information
bencodes07 authored Mar 30, 2024
2 parents 5be2f8e + dbf633f commit ba8bdc1
Show file tree
Hide file tree
Showing 8 changed files with 346 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ JWT_REFRESH_EXPIRATION_MS=1209600000
REFRESH_DOMAIN="/refresh"
FRONTEND_DOMAIN="http://localhost:3000"
BACKEND_DOMAIN="http://localhost:8080"
GRAPHQL_URL="http://localhost:8080/graphql"
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const config = {
"no-useless-catch": "error",
"no-var": "error",
"prefer-const": "error",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
"@typescript-eslint/array-type": ["error", { default: "array-simple" }],
Expand Down
268 changes: 268 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba8bdc1

Please sign in to comment.