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

Function configResolved

www/vite.config.ts:23–28  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

21 return {
22 name: "fresh:copy-docs",
23 configResolved(config) {
24 serverOutDir = pathWithRoot(
25 config.environments.ssr.build.outDir,
26 config.root,
27 );
28 },
29 async writeBundle() {
30 const branches = ["canary", "latest", "1.x"];
31

Callers

nothing calls this directly

Calls 1

pathWithRootFunction · 0.90

Tested by

no test coverage detected