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

Function configResolved

packages/plugin-vite/src/plugins/client_entry.ts:20–22  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

18 return env.config.consumer === "client";
19 },
20 configResolved(config) {
21 clientEntry = pathWithRoot(options.clientEntry, config.root);
22 },
23 resolveId: {
24 filter: {
25 id: /(fresh:client-entry|fresh:client-entry-user|fresh:client-quirks)/,

Callers

nothing calls this directly

Calls 1

pathWithRootFunction · 0.90

Tested by

no test coverage detected