Skip to content

Commit 97d37d9

Browse files
authored
Merge pull request #7 from codad5/store-rewrite
Switched to tauri store plugin
2 parents 306f952 + 0f446fd commit 97d37d9

File tree

20 files changed

+538
-1568
lines changed

20 files changed

+538
-1568
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: 64 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
2525
"recoil": "^0.7.7",
26+
"recoil-nexus": "^0.5.0",
2627
"tauri-plugin-context-menu": "^0.5.0",
27-
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1"
28+
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
29+
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
2830
},
2931
"devDependencies": {
3032
"@tauri-apps/cli": "^1.4.0",

0 commit comments

Comments
 (0)