---
url: /api/third-parties/vike/types/services/const-vite-server.md
description: api documentation of VITE_SERVER from @tsed/vike
---

## Usage

```typescript
import { VITE_SERVER } from "@tsed/vike";
```

> See [/packages/third-parties/vike/src/services/ViteServer.ts](https://github.com/tsedio/tsed/blob/v8.38.8/packages/third-parties/vike/src/services/ViteServer.ts#L0-L0).

## Overview

```ts
const VITE_SERVER: unique symbol;
export type VITE_SERVER = ViteDevServer;
```
