Skip to content

Commit

Permalink
chore: add tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 13, 2024
1 parent 595f394 commit 9f2c8a6
Show file tree
Hide file tree
Showing 26 changed files with 4,194 additions and 2 deletions.
204 changes: 204 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"preview": "vite preview",
"tests": "vitest",
"audit": "better-npm-audit audit",
"check-types": "tsc --noEmit"
"check-types": "tsc --noEmit",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"jotai": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -21,6 +23,7 @@
"@makerx/eslint-config": "^3.1.0",
"@makerx/prettier-config": "^2.0.0",
"@makerx/ts-config": "^1.0.1",
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
Expand Down
4 changes: 4 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generated by Cargo
# will have compiled files and executables
/target/

Loading

0 comments on commit 9f2c8a6

Please sign in to comment.