| 1 | import { fileURLToPath } from "node:url"; |
| 2 | import { defineConfig, loadEnv, type Plugin } from "vite"; |
| 3 | import { cloudflare } from "@cloudflare/vite-plugin"; |
| 4 | import { tanstackStart } from "@tanstack/react-start/plugin/vite"; |
nothing calls this directly
no test coverage detected