diff --git a/bunfig.toml b/bunfig.toml index 0b53d31..e061748 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -2,7 +2,7 @@ # scripts to run before `bun run`-ing a file or script # register plugins by adding them to this list -# preload = ['./src/instrumentation.ts'] +preload = ['./src/instrumentation.ts'] logLevel = "debug" [run] diff --git a/src/lib/components/FileUploadResults.svelte b/src/lib/components/FileUploadResults.svelte index 989a743..9947bb1 100644 --- a/src/lib/components/FileUploadResults.svelte +++ b/src/lib/components/FileUploadResults.svelte @@ -214,30 +214,54 @@ Total Found: {foundCount}
Total Not Found: {notFoundCount}