Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ resolve
Function
resolve
playground/css-lightningcss-proxy/server.js:17–17 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
15
16
export
async
function
createServer(root = process.cwd(), hmrPort) {
17
const
resolve = (p) => path.resolve(
import
.meta.dirname, p)
18
19
const
app = express()
20
Callers
7
createServer
Function · 0.70
vite.config.js
File · 0.50
serve
Function · 0.50
vite.config.js
File · 0.50
startedOnPort
Function · 0.50
vite.config.js
File · 0.50
startedOnPort
Function · 0.50
Calls
1
resolve
Method · 0.65
Tested by
3
serve
Function · 0.40
startedOnPort
Function · 0.40
startedOnPort
Function · 0.40