Skip to content

Commit 75e81d7

Browse files
authored
fix: include allow including angular.json and package.json in context
This files offer valuable information to the LLM such as builder configuration, Angular version used etc..
1 parent 6b511cf commit 75e81d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runner/orchestration/file-system.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ export async function resolveContextFiles(
185185
'**/node_modules/**',
186186
'**/README.md',
187187
'**/package-lock.json',
188-
'**/package.json',
189-
'**/angular.json',
190188
'**/.vinxi/**',
191189
],
192190
});

0 commit comments

Comments
 (0)