We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc5f46 commit 0b7b5baCopy full SHA for 0b7b5ba
1 file changed
clients/web/src/lib/connection/monitor.ts
@@ -29,7 +29,7 @@ export type MonitorData = {
29
spans: Span[];
30
/** The original/parsed tauri configuration we receive from instrumentation */
31
tauriConfig?: Record<"build" | "package" | "plugins" | "tauri", object>;
32
- /** All the parsed configurations files we read from the frontend */
+ /** All the parsed configuration files we read from the frontend */
33
tauriConfigStore?: ConfigurationStore;
34
tauriVersions?: Versions;
35
appMetadata?: AppMetadata;
0 commit comments