Clear working directory
This commit is contained in:
@@ -3,3 +3,4 @@ node_modules
|
||||
build
|
||||
.idea
|
||||
.env
|
||||
.DS_Store
|
||||
|
||||
@@ -86,13 +86,13 @@ Example .env file:
|
||||
|
||||
# Fill in the blanks and change the base URLs to match your setup.
|
||||
|
||||
PUBLIC_RADARR_API_KEY=
|
||||
PUBLIC_RADARR_API_KEY=yourapikeyhere
|
||||
PUBLIC_RADARR_BASE_URL=http://127.0.0.1:7878
|
||||
|
||||
PUBLIC_SONARR_API_KEY=
|
||||
PUBLIC_SONARR_API_KEY=yourapikeyhere
|
||||
PUBLIC_SONARR_BASE_URL=http://127.0.0.1:8989
|
||||
|
||||
PUBLIC_JELLYFIN_API_KEY=
|
||||
PUBLIC_JELLYFIN_API_KEY=yourapikeyhere
|
||||
PUBLIC_JELLYFIN_URL=http://127.0.0.1:8096
|
||||
```
|
||||
|
||||
|
||||
15
codegen.yml
15
codegen.yml
@@ -1,15 +0,0 @@
|
||||
overwrite: true
|
||||
schema: "http://localhost:4000/graphql"
|
||||
documents: "src/lib/{queries,mutations}/**/*.graphql"
|
||||
generates:
|
||||
src/lib/graphql.ts:
|
||||
config:
|
||||
clientPath: "$lib/apollo-client"
|
||||
plugins:
|
||||
- add:
|
||||
content: '/* eslint-disable */'
|
||||
- add:
|
||||
content: '/* this is a generated file, do not edit */'
|
||||
- typescript
|
||||
- typescript-operations
|
||||
- graphql-codegen-svelte-apollo
|
||||
Reference in New Issue
Block a user