Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ server.js
File
server.js
playground/ssr-wasm/server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
express from
'express'
2
3
const
isTest = process.env.VITEST
4
const
isProduction = process.env.NODE_ENV ===
'production'
Callers
nothing calls this directly
Calls
3
log
Method · 0.80
createServer
Function · 0.70
listen
Method · 0.65
Tested by
no test coverage detected