@tonyclaw/agent-inspector 2.0.22 → 2.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/assets/{CompareDrawer-NEdpe1wl.js → CompareDrawer-DrY-gAzy.js} +1 -1
  3. package/.output/public/assets/ProxyViewerContainer-CiLvRNie.js +115 -0
  4. package/.output/public/assets/{ReplayDialog-DijzJwaQ.js → ReplayDialog-CFyw6Vu4.js} +1 -1
  5. package/.output/public/assets/{RequestAnatomy-CYbosGYy.js → RequestAnatomy-DHGJ9py7.js} +1 -1
  6. package/.output/public/assets/{ResponseView-B3dPM63X.js → ResponseView-CB_3yc08.js} +1 -1
  7. package/.output/public/assets/{StreamingChunkSequence-DYDx3xRY.js → StreamingChunkSequence-CqhHwgDn.js} +1 -1
  8. package/.output/public/assets/_sessionId-CgG9CQ9r.js +1 -0
  9. package/.output/public/assets/index-CViEXkqa.js +1 -0
  10. package/.output/public/assets/{main-N-sjHJUM.js → main-CVw7-JyE.js} +2 -2
  11. package/.output/server/{_sessionId-BR46y_bO.mjs → _sessionId-V33sBWBC.mjs} +2 -2
  12. package/.output/server/_ssr/{CompareDrawer-DDxpmdPs.mjs → CompareDrawer-C_Fk9joM.mjs} +2 -2
  13. package/.output/server/_ssr/{ProxyViewerContainer-B1zAefzz.mjs → ProxyViewerContainer-CyFKksQa.mjs} +75 -32
  14. package/.output/server/_ssr/{ReplayDialog-DleMFvMx.mjs → ReplayDialog-BpQHN7O2.mjs} +3 -3
  15. package/.output/server/_ssr/{RequestAnatomy-B-P9tC3D.mjs → RequestAnatomy-CuhmKAma.mjs} +2 -2
  16. package/.output/server/_ssr/{ResponseView-DWfGn0i3.mjs → ResponseView-CO6LyBmj.mjs} +2 -2
  17. package/.output/server/_ssr/{StreamingChunkSequence-C8kFF6xJ.mjs → StreamingChunkSequence-DLeVetNR.mjs} +2 -2
  18. package/.output/server/_ssr/{index-DzENi2RO.mjs → index-DWUKl9Bf.mjs} +2 -2
  19. package/.output/server/_ssr/index.mjs +2 -2
  20. package/.output/server/_ssr/{router-Dy1VEjxy.mjs → router-BrK_DcTS.mjs} +337 -86
  21. package/.output/server/{_tanstack-start-manifest_v-CyzuAD8A.mjs → _tanstack-start-manifest_v-BjW2XeWE.mjs} +1 -1
  22. package/.output/server/index.mjs +57 -57
  23. package/package.json +1 -1
  24. package/src/components/ProxyViewer.tsx +11 -1
  25. package/src/components/ProxyViewerContainer.tsx +21 -15
  26. package/src/lib/export-logs.ts +54 -11
  27. package/src/lib/providerTestPrompt.ts +4 -4
  28. package/src/mcp/toolHandlers.ts +58 -8
  29. package/src/proxy/logFinalizer.ts +79 -1
  30. package/src/proxy/logIndex.ts +6 -1
  31. package/src/proxy/schemas.ts +3 -0
  32. package/src/proxy/store.ts +275 -135
  33. package/src/routes/api/logs.stream.ts +6 -3
  34. package/src/routes/api/logs.ts +4 -1
  35. package/.output/public/assets/ProxyViewerContainer-Dwhi4Q1c.js +0 -115
  36. package/.output/public/assets/_sessionId-b1KDnByv.js +0 -1
  37. package/.output/public/assets/index-CUyRKgII.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { r as reactExports, j as jsxRuntimeExports, a as React } from "../_libs/react.mjs";
2
- import { C as CapturedLogSchema, D as DEFAULT_CAPTURE_MODE, a as DEFAULT_SLOW_RESPONSE_THRESHOLD_SECONDS, b as DEFAULT_PROVIDER_TEST_TIMEOUT_SECONDS, c as DEFAULT_TIME_DISPLAY_FORMAT, d as RuntimeConfigSchema, P as ProviderConfigSchema, r as requestFormatForPath, j as createPendingProviderTestResults, k as ProviderTestResultsSchema, l as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, n as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, m as maskApiKey, h as providerHasContextMetadata, i as findProviderModelMetadata, g as getSessionPath, p as parseOpenAIResponse, O as OpenAIRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, o as resolveProviderContextWindow, K as KnowledgeCandidateSchema, f as stripClaudeCodeBillingHeader, q as isPlainRecord } from "./router-Dy1VEjxy.mjs";
2
+ import { C as CapturedLogSchema, D as DEFAULT_CAPTURE_MODE, a as DEFAULT_SLOW_RESPONSE_THRESHOLD_SECONDS, b as DEFAULT_PROVIDER_TEST_TIMEOUT_SECONDS, c as DEFAULT_TIME_DISPLAY_FORMAT, d as RuntimeConfigSchema, P as ProviderConfigSchema, r as requestFormatForPath, j as createPendingProviderTestResults, k as ProviderTestResultsSchema, l as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, n as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, m as maskApiKey, h as providerHasContextMetadata, i as findProviderModelMetadata, g as getSessionPath, p as parseOpenAIResponse, O as OpenAIRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, o as resolveProviderContextWindow, K as KnowledgeCandidateSchema, f as stripClaudeCodeBillingHeader, q as isPlainRecord } from "./router-BrK_DcTS.mjs";
3
3
  import { u as useSWR, a as useSWRConfig } from "../_libs/swr.mjs";
4
4
  import { J as JSZip } from "../_libs/jszip.mjs";
5
5
  import { c as clsx } from "../_libs/clsx.mjs";
@@ -299,6 +299,34 @@ const SECRET_TEXT_PATTERNS = [
299
299
  /\bghp_[A-Za-z0-9_]{12,}\b/g,
300
300
  /\bglpat-[A-Za-z0-9_-]{12,}\b/g
301
301
  ];
302
+ const MAX_EXPORT_LOGS = 200;
303
+ const MAX_EXPORT_TEXT_CHARS = 25e6;
304
+ const MAX_STREAMING_CHUNK_EXPORTS = 50;
305
+ function formatApproxSize(chars) {
306
+ if (chars < 1024) return `${chars} chars`;
307
+ if (chars < 1024 * 1024) return `${Math.ceil(chars / 1024)} KB`;
308
+ return `${Math.ceil(chars / (1024 * 1024))} MB`;
309
+ }
310
+ function estimateExportTextChars(logs) {
311
+ let total = 0;
312
+ for (const log of logs) {
313
+ total += log.rawRequestBody?.length ?? 0;
314
+ total += log.responseText?.length ?? 0;
315
+ }
316
+ return total;
317
+ }
318
+ function exportLimitMessage(logs) {
319
+ if (logs.length > MAX_EXPORT_LOGS) {
320
+ return `Export is limited to ${MAX_EXPORT_LOGS} logs at once. Narrow the filter and try again.`;
321
+ }
322
+ const estimatedChars = estimateExportTextChars(logs);
323
+ if (estimatedChars > MAX_EXPORT_TEXT_CHARS) {
324
+ return `Export is too large (${formatApproxSize(
325
+ estimatedChars
326
+ )} of text). Narrow the filter and try again.`;
327
+ }
328
+ return null;
329
+ }
302
330
  async function fetchStreamingChunks(logId) {
303
331
  try {
304
332
  const response = await fetch(`/api/logs/${logId}/chunks`);
@@ -340,8 +368,11 @@ function exportText(text, mode) {
340
368
  return mode === "redacted" ? redactJsonText(text) : text;
341
369
  }
342
370
  async function exportLogsAsZip(logs, mode = "redacted") {
371
+ const limitMessage = exportLimitMessage(logs);
372
+ if (limitMessage !== null) return { ok: false, message: limitMessage };
343
373
  const zip = new JSZip();
344
374
  const suffix = mode === "redacted" ? "redacted" : "raw";
375
+ const streamingLogs = logs.filter((log) => log.streaming).slice(0, MAX_STREAMING_CHUNK_EXPORTS);
345
376
  zip.file(
346
377
  "manifest.json",
347
378
  JSON.stringify(
@@ -350,7 +381,9 @@ async function exportLogsAsZip(logs, mode = "redacted") {
350
381
  mode,
351
382
  redacted: mode === "redacted",
352
383
  logCount: logs.length,
353
- logIds: logs.map((log) => log.id)
384
+ logIds: logs.map((log) => log.id),
385
+ streamingChunkExportLimit: MAX_STREAMING_CHUNK_EXPORTS,
386
+ streamingChunkLogIds: streamingLogs.map((log) => log.id)
354
387
  },
355
388
  null,
356
389
  2
@@ -364,15 +397,12 @@ async function exportLogsAsZip(logs, mode = "redacted") {
364
397
  zip.file(`#${log.id}.Response.json`, exportText(log.responseText, mode));
365
398
  }
366
399
  }
367
- const streamingLogs = logs.filter((log) => log.streaming);
368
- await Promise.allSettled(
369
- streamingLogs.map(async (log) => {
370
- const chunks = await fetchStreamingChunks(log.id);
371
- if (chunks !== null) {
372
- zip.file(`#${log.id}.SSE.Response.json`, exportText(chunks, mode));
373
- }
374
- })
375
- );
400
+ for (const log of streamingLogs) {
401
+ const chunks = await fetchStreamingChunks(log.id);
402
+ if (chunks !== null) {
403
+ zip.file(`#${log.id}.SSE.Response.json`, exportText(chunks, mode));
404
+ }
405
+ }
376
406
  const blob = await zip.generateAsync({ type: "blob" });
377
407
  const url = URL.createObjectURL(blob);
378
408
  const anchor = document.createElement("a");
@@ -382,6 +412,7 @@ async function exportLogsAsZip(logs, mode = "redacted") {
382
412
  anchor.click();
383
413
  document.body.removeChild(anchor);
384
414
  URL.revokeObjectURL(url);
415
+ return { ok: true };
385
416
  }
386
417
  function formatTimestamp(iso, format) {
387
418
  switch (format) {
@@ -442,7 +473,7 @@ function useProviders() {
442
473
  mutate: response.mutate
443
474
  };
444
475
  }
445
- const version = "2.0.22";
476
+ const version = "2.0.24";
446
477
  const packageJson = {
447
478
  version
448
479
  };
@@ -1503,19 +1534,19 @@ function useCopyFeedback(text) {
1503
1534
  return { copied, copy };
1504
1535
  }
1505
1536
  const LazyCompareDrawer = reactExports.lazy(
1506
- () => import("./CompareDrawer-DDxpmdPs.mjs").then((m) => ({ default: m.CompareDrawer }))
1537
+ () => import("./CompareDrawer-C_Fk9joM.mjs").then((m) => ({ default: m.CompareDrawer }))
1507
1538
  );
1508
1539
  const LazyReplayDialog = reactExports.lazy(
1509
- () => import("./ReplayDialog-DleMFvMx.mjs").then((m) => ({ default: m.ReplayDialog }))
1540
+ () => import("./ReplayDialog-BpQHN7O2.mjs").then((m) => ({ default: m.ReplayDialog }))
1510
1541
  );
1511
1542
  const LazyRequestAnatomy = reactExports.lazy(
1512
- () => import("./RequestAnatomy-B-P9tC3D.mjs").then((m) => ({ default: m.RequestAnatomy }))
1543
+ () => import("./RequestAnatomy-CuhmKAma.mjs").then((m) => ({ default: m.RequestAnatomy }))
1513
1544
  );
1514
1545
  const LazyResponseView = reactExports.lazy(
1515
- () => import("./ResponseView-DWfGn0i3.mjs").then((m) => ({ default: m.ResponseView }))
1546
+ () => import("./ResponseView-CO6LyBmj.mjs").then((m) => ({ default: m.ResponseView }))
1516
1547
  );
1517
1548
  const LazyStreamingChunkSequence = reactExports.lazy(
1518
- () => import("./StreamingChunkSequence-C8kFF6xJ.mjs").then((m) => ({
1549
+ () => import("./StreamingChunkSequence-DLeVetNR.mjs").then((m) => ({
1519
1550
  default: m.StreamingChunkSequence
1520
1551
  }))
1521
1552
  );
@@ -9440,6 +9471,7 @@ function ProxyViewer({
9440
9471
  const { totalIn, totalOut } = reactExports.useMemo(() => computeTokenSummary(logs), [logs]);
9441
9472
  const { providers } = useProviders();
9442
9473
  const [exporting, setExporting] = reactExports.useState(null);
9474
+ const [exportError, setExportError] = reactExports.useState(null);
9443
9475
  const [comparePair, setComparePair] = reactExports.useState(null);
9444
9476
  const [crabEntrancePhase, setCrabEntrancePhase] = reactExports.useState(
9445
9477
  "hidden"
@@ -9469,8 +9501,12 @@ function ProxyViewer({
9469
9501
  const handleExport = reactExports.useCallback(
9470
9502
  async (mode) => {
9471
9503
  setExporting(mode);
9504
+ setExportError(null);
9472
9505
  try {
9473
- await exportLogsAsZip(logs, mode);
9506
+ const result = await exportLogsAsZip(logs, mode);
9507
+ if (!result.ok) {
9508
+ setExportError(result.message);
9509
+ }
9474
9510
  } finally {
9475
9511
  setExporting(null);
9476
9512
  }
@@ -9658,7 +9694,8 @@ function ProxyViewer({
9658
9694
  children: "Clear"
9659
9695
  }
9660
9696
  )
9661
- ] })
9697
+ ] }),
9698
+ exportError !== null && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mb-4 rounded-md border border-destructive/30 bg-destructive/10 px-3 py-2 text-xs text-destructive", children: exportError })
9662
9699
  ] }),
9663
9700
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: logs.length === 0 ? selectedSession !== "__all__" ? /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "text-center text-muted-foreground py-16 space-y-4", children: [
9664
9701
  /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-sm font-medium", children: "Session not found" }),
@@ -9746,11 +9783,24 @@ function filterLogs(logs, selectedSession, selectedModel) {
9746
9783
  const DEBOUNCE_MS = 50;
9747
9784
  const HASH_SCROLL_ATTEMPTS = 12;
9748
9785
  const HASH_HIGHLIGHT_MS = 1800;
9786
+ const MAX_CLIENT_LOGS = 500;
9749
9787
  function buildLogsStreamUrl(sessionId) {
9750
9788
  if (sessionId === void 0) return "/api/logs/stream";
9751
9789
  const params = new URLSearchParams({ sessionId });
9752
9790
  return `/api/logs/stream?${params.toString()}`;
9753
9791
  }
9792
+ function buildLogIndex(logs) {
9793
+ const idx = /* @__PURE__ */ new Map();
9794
+ for (let i = 0; i < logs.length; i++) {
9795
+ const log = logs[i];
9796
+ if (log !== void 0) idx.set(log.id, i);
9797
+ }
9798
+ return idx;
9799
+ }
9800
+ function trimClientLogs(logs) {
9801
+ if (logs.length <= MAX_CLIENT_LOGS) return logs;
9802
+ return logs.slice(logs.length - MAX_CLIENT_LOGS);
9803
+ }
9754
9804
  function ProxyViewerContainer({
9755
9805
  initialSessionId
9756
9806
  } = {}) {
@@ -9787,6 +9837,8 @@ function ProxyViewerContainer({
9787
9837
  next = [...next, log];
9788
9838
  }
9789
9839
  }
9840
+ next = trimClientLogs(next);
9841
+ logIndexRef.current = buildLogIndex(next);
9790
9842
  return next;
9791
9843
  });
9792
9844
  }, []);
@@ -9821,13 +9873,9 @@ function ProxyViewerContainer({
9821
9873
  flushTimerRef.current = null;
9822
9874
  }
9823
9875
  pendingUpdatesRef.current = [];
9824
- const idx = /* @__PURE__ */ new Map();
9825
- for (let i = 0; i < update.logs.length; i++) {
9826
- const log = update.logs[i];
9827
- if (log !== void 0) idx.set(log.id, i);
9828
- }
9829
- logIndexRef.current = idx;
9830
- setAllLogs(update.logs);
9876
+ const nextLogs = trimClientLogs(update.logs);
9877
+ logIndexRef.current = buildLogIndex(nextLogs);
9878
+ setAllLogs(nextLogs);
9831
9879
  setError(null);
9832
9880
  } else if (update.type === "update") {
9833
9881
  scheduleUpdate(update.log);
@@ -9950,12 +9998,7 @@ function ProxyViewerContainer({
9950
9998
  const idSet = new Set(ids);
9951
9999
  setAllLogs((prev) => {
9952
10000
  const remaining = prev.filter((l) => !idSet.has(l.id));
9953
- const idx = /* @__PURE__ */ new Map();
9954
- for (let i = 0; i < remaining.length; i++) {
9955
- const log = remaining[i];
9956
- if (log !== void 0) idx.set(log.id, i);
9957
- }
9958
- logIndexRef.current = idx;
10001
+ logIndexRef.current = buildLogIndex(remaining);
9959
10002
  return remaining;
9960
10003
  });
9961
10004
  setError(null);
@@ -1,7 +1,7 @@
1
1
  import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
2
- import { u as useProviders, D as Dialog, b as DialogContent, d as DialogHeader, e as DialogTitle, T as Tabs, h as TabsList, i as TabsTrigger, j as TabsContent, k as Button, l as TooltipProvider, m as Tooltip, n as TooltipTrigger, o as TooltipContent, p as dispatchLogFocusRequest } from "./ProxyViewerContainer-B1zAefzz.mjs";
3
- import { ResponseView } from "./ResponseView-DWfGn0i3.mjs";
4
- import { C as CapturedLogSchema } from "./router-Dy1VEjxy.mjs";
2
+ import { u as useProviders, D as Dialog, b as DialogContent, d as DialogHeader, e as DialogTitle, T as Tabs, h as TabsList, i as TabsTrigger, j as TabsContent, k as Button, l as TooltipProvider, m as Tooltip, n as TooltipTrigger, o as TooltipContent, p as dispatchLogFocusRequest } from "./ProxyViewerContainer-CyFKksQa.mjs";
3
+ import { ResponseView } from "./ResponseView-CO6LyBmj.mjs";
4
+ import { C as CapturedLogSchema } from "./router-BrK_DcTS.mjs";
5
5
  import "../_libs/jszip.mjs";
6
6
  import "../_libs/modelcontextprotocol__server.mjs";
7
7
  import { K as RotateCcw, ac as Braces, ad as Minimize2 } from "../_libs/lucide-react.mjs";
@@ -1,6 +1,6 @@
1
1
  import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
2
- import { u as useProviders, q as analyzeContextIntelligence, f as formatTokens, l as TooltipProvider, c as cn, m as Tooltip, n as TooltipTrigger, o as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, A as ANATOMY_ROLE_LABELS, s as formatContextWindowTokens, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-B1zAefzz.mjs";
3
- import "./router-Dy1VEjxy.mjs";
2
+ import { u as useProviders, q as analyzeContextIntelligence, f as formatTokens, l as TooltipProvider, c as cn, m as Tooltip, n as TooltipTrigger, o as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, A as ANATOMY_ROLE_LABELS, s as formatContextWindowTokens, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-CyFKksQa.mjs";
3
+ import "./router-BrK_DcTS.mjs";
4
4
  import "../_libs/modelcontextprotocol__server.mjs";
5
5
  import "../_libs/jszip.mjs";
6
6
  import { ae as Info, b as ChevronDown, i as ChevronRight } from "../_libs/lucide-react.mjs";
@@ -1,6 +1,6 @@
1
1
  import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
2
- import { g as getLogFormatAdapter, f as formatTokens, c as cn, t as getStatusCategory, B as Badge, v as Collapsible, w as CollapsibleTrigger, x as CollapsibleContent, y as ScrollArea, z as JsonViewer, E as safeJsonValue } from "./ProxyViewerContainer-B1zAefzz.mjs";
3
- import "./router-Dy1VEjxy.mjs";
2
+ import { g as getLogFormatAdapter, f as formatTokens, c as cn, t as getStatusCategory, B as Badge, v as Collapsible, w as CollapsibleTrigger, x as CollapsibleContent, y as ScrollArea, z as JsonViewer, E as safeJsonValue } from "./ProxyViewerContainer-CyFKksQa.mjs";
3
+ import "./router-BrK_DcTS.mjs";
4
4
  import "../_libs/modelcontextprotocol__server.mjs";
5
5
  import "../_libs/jszip.mjs";
6
6
  import { Z as Zap, o as TriangleAlert, af as CircleStop, B as Brain, b as ChevronDown, i as ChevronRight, T as Terminal } from "../_libs/lucide-react.mjs";
@@ -1,6 +1,6 @@
1
1
  import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
2
- import { l as TooltipProvider, m as Tooltip, n as TooltipTrigger, B as Badge, o as TooltipContent, z as JsonViewer } from "./ProxyViewerContainer-B1zAefzz.mjs";
3
- import "./router-Dy1VEjxy.mjs";
2
+ import { l as TooltipProvider, m as Tooltip, n as TooltipTrigger, B as Badge, o as TooltipContent, z as JsonViewer } from "./ProxyViewerContainer-CyFKksQa.mjs";
3
+ import "./router-BrK_DcTS.mjs";
4
4
  import "../_libs/modelcontextprotocol__server.mjs";
5
5
  import "../_libs/jszip.mjs";
6
6
  import { b as ChevronDown, i as ChevronRight, L as LoaderCircle } from "../_libs/lucide-react.mjs";
@@ -1,6 +1,6 @@
1
- import { P as ProxyViewerContainer } from "./ProxyViewerContainer-B1zAefzz.mjs";
1
+ import { P as ProxyViewerContainer } from "./ProxyViewerContainer-CyFKksQa.mjs";
2
2
  import "../_libs/react.mjs";
3
- import "./router-Dy1VEjxy.mjs";
3
+ import "./router-BrK_DcTS.mjs";
4
4
  import "../_libs/modelcontextprotocol__server.mjs";
5
5
  import "../_libs/jszip.mjs";
6
6
  import "../_libs/swr.mjs";
@@ -198,7 +198,7 @@ function getResponse() {
198
198
  return event.res;
199
199
  }
200
200
  async function getStartManifest(matchedRoutes) {
201
- const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-CyzuAD8A.mjs");
201
+ const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-BjW2XeWE.mjs");
202
202
  const startManifest = tsrStartManifest();
203
203
  const rootRoute = startManifest.routes[rootRouteId] = startManifest.routes[rootRouteId] || {};
204
204
  rootRoute.assets = rootRoute.assets || [];
@@ -767,7 +767,7 @@ let entriesPromise;
767
767
  let baseManifestPromise;
768
768
  let cachedFinalManifestPromise;
769
769
  async function loadEntries() {
770
- const routerEntry = await import("./router-Dy1VEjxy.mjs").then((n) => n.t);
770
+ const routerEntry = await import("./router-BrK_DcTS.mjs").then((n) => n.t);
771
771
  const startEntry = await import("./start-HYkvq4Ni.mjs");
772
772
  return { startEntry, routerEntry };
773
773
  }