This commit is contained in:
2025-02-18 12:30:47 +08:00
parent 90f4cfa6ee
commit ae97dc0a5f
12 changed files with 16 additions and 55 deletions

View File

@@ -4,7 +4,7 @@ export default {
projects: {
directus: {
schema: "http://172.16.6.246:8055/graphql?access_token=WkVWFMiFcrjsXRZqsL30Cd4Sboe0DRk-",
documents: '**/*.{graphql,js,ts,jsx,tsx}',
documents: 'src/**/*.{graphql,js,ts,jsx,tsx}',
extensions: {
languageService: {
cacheSchemaFileForLookup: true
@@ -12,4 +12,4 @@ export default {
}
},
},
};
};