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