speed-insights

This commit is contained in:
Michael Freno
2025-12-19 18:14:57 -05:00
parent b67d32b9a7
commit 70870c3448
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
import { injectSpeedInsights } from "@vercel/speed-insights";
injectSpeedInsights();
mount(() => <StartClient />, document.getElementById("app")!);