This fixes the issue that Mobilizon Vue code is full of typescript issues
- Adds
vue-tsc --noEmit
for vue + ts type checking. - Adds
make generate-schema
to generate theschema.graphql
file from the live local server - Includes
schema-client.graphql
for the@client
local only instructions - Run
npx graphql-codegen
for generating types from the graphql queries
Please let me know what you think, I use a lot of regex for this zero AI btw