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