This commit is contained in:
Alex
2025-06-12 21:59:19 -04:00
parent d7e9b986c7
commit c38449c759
12 changed files with 540 additions and 316 deletions

View File

@ -8,13 +8,14 @@ export type Middleware =
| (() => Promise<{ default: MiddlewareResult }>);
export type Environment =
| 'react'
| 'reactRefresh'
| 'tailwind'
| 'storybook'
| 'reactQuery'
| 'testingLibrary'
| 'jsdoc'
| 'lingui'
| 'react'
| 'reactQuery'
| 'reactRefresh'
| 'storybook'
| 'tailwind'
| 'testingLibrary'
| 'vitest';
export interface NormalizedExtendConfigOptions {