mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): typegen, update knip config
Knip should never touch the autogenerated types
This commit is contained in:
parent
37608cdea2
commit
f0b3485ce9
@ -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
Loading…
Reference in New Issue
Block a user