MCPcopy
hub / github.com/freshframework/fresh / configResolved

Function configResolved

packages/plugin-vite/src/plugins/verify_imports.ts:54–56  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

52 isDev = env.command === "serve";
53 },
54 configResolved(config) {
55 root = pathWithRoot(config.root);
56 },
57 resolveId: {
58 filter: {
59 id: [

Callers

nothing calls this directly

Calls 1

pathWithRootFunction · 0.90

Tested by

no test coverage detected