feat: add base app
This commit is contained in:
5
scripts/generate_graphql.sh
Normal file
5
scripts/generate_graphql.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e
|
||||
|
||||
graphql-schema download --endpoint http://localhost:1337/graphql --output-file crates/app/graphql/content-schema.graphql
|
Reference in New Issue
Block a user