diff --git a/bun.lockb b/bun.lockb index c2e7684..eb96a1b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index af29904..509ce9c 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,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", "es-toolkit": "^1.43.0", "google-auth-library": "^10.5.0", diff --git a/src/entry-client.tsx b/src/entry-client.tsx index 9838b45..2ca581c 100644 --- a/src/entry-client.tsx +++ b/src/entry-client.tsx @@ -1,3 +1,5 @@ // @refresh reload +import { injectSpeedInsights } from "@vercel/speed-insights"; import { mount, StartClient } from "@solidjs/start/client"; +injectSpeedInsights(); mount(() => , document.getElementById("app")!);