diff --git a/bun.lockb b/bun.lockb index 7c017a1..53886e6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 05bb639..78e918f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "@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 52682db..9838b45 100644 --- a/src/entry-client.tsx +++ b/src/entry-client.tsx @@ -1,5 +1,3 @@ // @refresh reload import { mount, StartClient } from "@solidjs/start/client"; -import { injectSpeedInsights } from "@vercel/speed-insights"; -injectSpeedInsights(); mount(() => , document.getElementById("app")!);