MCPcopy
hub / github.com/vitejs/vite / resolve

Function resolve

playground/ssr-deps/server.js:16–16  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

14
15export async function createServer(root = process.cwd(), hmrPort) {
16 const resolve = (p) => path.resolve(import.meta.dirname, p)
17
18 const app = express()
19

Callers 2

createServerFunction · 0.70
serveFunction · 0.50

Calls 1

resolveMethod · 0.65

Tested by 1

serveFunction · 0.40