Skip to content

Commit

Permalink
Merge pull request #2 from Amsterdam/generate-swagger-types
Browse files Browse the repository at this point in the history
Added auto swagger fetch
  • Loading branch information
remyvdwereld authored Jul 25, 2024
2 parents 4063d9c + 6f00cbe commit c4ba642
Show file tree
Hide file tree
Showing 13 changed files with 805 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VITE_APP_TITLE=Zaken Woningkwaliteit en Duurzaamheid LOCAL
VITE_API_URL=https://api.zwd.woon-o.azure.amsterdam.nl/api/v1/
VITE_API_URL=http://localhost:8081/api/v1/
VITE_OIDC_CLIENT_ID=c622ea17-3c29-4b8f-ae84-56dda14419e7
VITE_OIDC_REDIRECT_URL=http://localhost:5173

1 change: 0 additions & 1 deletion .env.acceptance

This file was deleted.

4 changes: 4 additions & 0 deletions .env.ontwikkel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VITE_APP_TITLE=Zaken Woningkwaliteit en Duurzaamheid ONT
VITE_API_URL=https://api.zwd.woon-o.azure.amsterdam.nl/api/v1/
VITE_OIDC_CLIENT_ID=c622ea17-3c29-4b8f-ae84-56dda14419e7
VITE_OIDC_REDIRECT_URL=http://localhost:5173
3 changes: 0 additions & 3 deletions .env.production

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
ignorePatterns: ['dist', '.eslintrc.cjs', '__generated__'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
Expand Down
Loading

0 comments on commit c4ba642

Please sign in to comment.