Skip to content

Commit 3685d1a

Browse files
feat: add tracing
1 parent beb78a2 commit 3685d1a

File tree

9 files changed

+437
-18
lines changed

9 files changed

+437
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exam-env",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.6.0",
55
"type": "module",
66
"scripts": {
77
"prisma": "prisma",
@@ -23,6 +23,7 @@
2323
"@tauri-apps/api": "2.8.0",
2424
"@tauri-apps/plugin-dialog": "2.3.3",
2525
"@tauri-apps/plugin-http": "2.5.2",
26+
"@tauri-apps/plugin-log": "~2",
2627
"@tauri-apps/plugin-opener": "2.5.0",
2728
"@tauri-apps/plugin-updater": "2.9.0",
2829
"framer-motion": "11.18.2",

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)