MCPcopy
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

1import express from 'express'
2
3const isTest = process.env.VITEST
4const isProduction = process.env.NODE_ENV === 'production'

Callers

nothing calls this directly

Calls 3

logMethod · 0.80
createServerFunction · 0.70
listenMethod · 0.65

Tested by

no test coverage detected