ViteConfig
@tsed/vike
Usage
typescript
import { ViteConfig } from "@tsed/third-parties/vike/src/types/interfaces/ViteConfig";
See /packages/third-parties/vike/src/types/interfaces/ViteConfig.ts.
Overview
ts
type ViteConfig = InlineConfig & {
enableStream?: boolean;
statics?: Omit<Options, "dev">;
stateSnapshot?(): unknown;
};
enableStream
ts
enableStream?: boolean;
statics
ts
statics?: Omit<Options, "dev">;
stateSnapshot
ts
stateSnapshot?(): unknown;