fix some bs
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
"@trpc/server": "^10.45.2",
|
"@trpc/server": "^10.45.2",
|
||||||
"@tursodatabase/api": "^1.9.2",
|
"@tursodatabase/api": "^1.9.2",
|
||||||
"@typeschema/valibot": "^0.13.4",
|
"@typeschema/valibot": "^0.13.4",
|
||||||
|
"@vercel/speed-insights": "^1.3.1",
|
||||||
"bcrypt": "^6.0.0",
|
"bcrypt": "^6.0.0",
|
||||||
"es-toolkit": "^1.43.0",
|
"es-toolkit": "^1.43.0",
|
||||||
"google-auth-library": "^10.5.0",
|
"google-auth-library": "^10.5.0",
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
// @refresh reload
|
// @refresh reload
|
||||||
|
import { injectSpeedInsights } from "@vercel/speed-insights";
|
||||||
import { mount, StartClient } from "@solidjs/start/client";
|
import { mount, StartClient } from "@solidjs/start/client";
|
||||||
|
injectSpeedInsights();
|
||||||
mount(() => <StartClient />, document.getElementById("app")!);
|
mount(() => <StartClient />, document.getElementById("app")!);
|
||||||
|
|||||||
Reference in New Issue
Block a user