Bump
This commit is contained in:
13
dist/config/index.d.ts
vendored
13
dist/config/index.d.ts
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user