Skip to content

Commit 6e2818e

Browse files
committed
Fix tauri-specta code error
1 parent 64b3e6e commit 6e2818e

File tree

7 files changed

+238
-1385
lines changed

7 files changed

+238
-1385
lines changed

next-env.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/// <reference types="next" />
2+
/// <reference types="next/image-types/global" />
3+
4+
// NOTE: This file should not be edited
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"react-dom": "^18.2.0",
2525
"recoil": "^0.7.7",
2626
"tauri-plugin-context-menu": "^0.5.0",
27-
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1"
27+
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
28+
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
2829
},
2930
"devDependencies": {
3031
"@tauri-apps/cli": "^1.4.0",

0 commit comments

Comments
 (0)