fix some bs

This commit is contained in:
Michael Freno
2025-12-22 23:27:23 -05:00
parent 18cb966646
commit 76ad636c90
3 changed files with 3 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -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",

View File

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