Skip to content

Commit

Permalink
feat: add tauri app
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Nov 27, 2023
1 parent fd90e88 commit 989e61c
Show file tree
Hide file tree
Showing 24 changed files with 3,884 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
Expand Down
110 changes: 110 additions & 0 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/
Loading

0 comments on commit 989e61c

Please sign in to comment.