diff --git a/bun.lockb b/bun.lockb index a4859bf..7c017a1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 78e918f..05bb639 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@trpc/server": "^10.45.2", "@tursodatabase/api": "^1.9.2", "@typeschema/valibot": "^0.13.4", + "@vercel/speed-insights": "^1.3.1", "bcrypt": "^6.0.0", "google-auth-library": "^10.5.0", "highlight.js": "^11.11.1", diff --git a/src/entry-client.tsx b/src/entry-client.tsx index 0ca4e3c..52682db 100644 --- a/src/entry-client.tsx +++ b/src/entry-client.tsx @@ -1,4 +1,5 @@ // @refresh reload import { mount, StartClient } from "@solidjs/start/client"; - +import { injectSpeedInsights } from "@vercel/speed-insights"; +injectSpeedInsights(); mount(() => , document.getElementById("app")!);