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

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")!);