(config)
| 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 |
nothing calls this directly
no test coverage detected