nvm not necessary

This commit is contained in:
Michael Freno
2025-12-19 19:36:21 -05:00
parent 70870c3448
commit 803d49d7fc
3 changed files with 0 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

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

View File

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