gql
gql copied to clipboard
Exclude directories in gqlconfig matcher
match: { include: 'src/**/*.ts' },
This matched a directory I accidentally named my-dir.ts
and subsequently called readFile on it which caused the service to crash. (very silently crash)