({ file })
| 544 | viteServerUrl, |
| 545 | ) |
| 546 | |
| 547 | return `${inlineCode}\n${code}` |
| 548 | } |
| 549 | |
| 550 | return undefined |
| 551 | }, |
| 552 | }, |
| 553 | }, |
| 554 | { |
| 555 | name: '@tanstack/devtools:inject-plugin', |
| 556 | apply(config, { command }) { |
| 557 | return config.mode === 'development' && command === 'serve' |
nothing calls this directly
no test coverage detected