chore(ui): typegen, update knip config

Knip should never touch the autogenerated types
This commit is contained in:
psychedelicious 2024-02-27 18:35:30 +11:00 committed by Brandon Rising
parent ac012a07a2
commit 3b725126fc
2 changed files with 7 additions and 5 deletions

View File

@ -4,6 +4,8 @@ const config: KnipConfig = {
ignore: [
// This file is only used during debugging
'src/app/store/middleware/debugLoggerMiddleware.ts',
// Autogenerated types - shouldn't ever touch these
'src/services/api/schema.ts',
],
ignoreBinaries: ['only-allow'],
rules: {

File diff suppressed because one or more lines are too long