Skip to content

Commit 7946594

Browse files
committed
Revert "update docs"
This reverts commit 44717a6.
1 parent 44717a6 commit 7946594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/blog/vike-server/+Page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link, ImportMeta } from '@brillout/docpress'
1+
import { Link } from '@brillout/docpress'
22
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs'
33
import '../../../components/tabs.css'
44
import { BlogHeader } from '../BlogHeader'
@@ -8,7 +8,7 @@ import { BlogHeader } from '../BlogHeader'
88
We (<Link href="/team">Joël, Dani, and Rom</Link>) have been working on a <Link href="/vike-server">new Vike extension `vike-server`</Link> which can integrate Vite with any server (Express.js, Hono, Fastify, Elysia, H3, ...) and any deployment (VPS, Netlify, Cloudflare, Vercel, ...).
99

1010
With `vike-server` you get:
11-
- Server code **transpiled by Vite** (say goodbye to `ts-node`/`tsx`/`vavite` and hello to Vite utilities such as <ImportMeta prop="env" />)
11+
- Server code **transpiled by Vite** (say goodbye to `ts-node`/`tsx`/`vavite` and hello to Vite utilities such as `import.meta.env`)
1212
- **Zero-config** (Vike is automatically added to your server)
1313
- **HMR** (no more full server reloads)
1414

0 commit comments

Comments
 (0)