Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 1, 2023
1 parent 980ab59 commit 9ed7e93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/ssr/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type {
ViteRuntimeModuleContext,
ModuleCache,
FetchResult,
FetchFunction,
ViteServerClientOptions,
} from './types'
export {
Expand Down
2 changes: 0 additions & 2 deletions packages/vite/src/node/ssr/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import type {
ssrModuleExportsKey,
} from './constants'

export type Awaitable<T> = T | PromiseLike<T>

export interface DefineImportMetadata {
/**
* Imported names before being transformed to `ssrImportKey`
Expand Down

0 comments on commit 9ed7e93

Please sign in to comment.