1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00

Rename app/instrumentation.client.ts to instrumentation-client.ts

This commit is contained in:
2025-08-28 20:09:01 -04:00
committed by GitHub
parent d80e05deba
commit b0ed5ceaf8
-10
View File
@@ -1,10 +0,0 @@
import { initBotId } from "botid/client/core";
initBotId({
protect: [
{
path: "/contact",
method: "POST",
},
],
});