Skip to content

Commit

Permalink
Tauri app
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumino committed Dec 19, 2023
1 parent 7d7f39a commit 59bd1bf
Show file tree
Hide file tree
Showing 24 changed files with 4,106 additions and 1 deletion.
277 changes: 277 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"tauri": "tauri"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
Expand All @@ -23,6 +24,7 @@
"typescript": "^5.3.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.8",
"daisyui": "^4.4.6"
}
}
3 changes: 3 additions & 0 deletions 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 59bd1bf

Please sign in to comment.