Mingchen T
Results
1
comments of
Mingchen T
amplify codegen generates empty API.ts and non-typescript operation files in github actions workflow
I had the same issue initially with the path ```yaml includes: - /graphql/**/*.ts excludes: - ./amplify/** extensions: amplify: codeGenTarget: typescript generatedFileName: /graphql/API.ts ``` The API.ts is generated in the folder...