Add cuddle

This commit is contained in:
2022-10-12 22:39:45 +02:00
parent 553b8722de
commit 0575825eda
16 changed files with 344 additions and 73 deletions

10
scripts/generate_graphql.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
cuddle_cli x download
pnpm run generate:graphql
pnpm run format:graphql
git diff src/lib/graphql/generated.ts