Clear working directory

This commit is contained in:
Aleksi Lassila
2023-08-11 11:41:18 +03:00
parent 053618e4d3
commit c0bf3aac5b
3 changed files with 4 additions and 18 deletions

View File

@@ -3,3 +3,4 @@ node_modules
build
.idea
.env
.DS_Store

View File

@@ -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
```

View File

@@ -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